Skip to content

Commit

Permalink
fix(cicd): removed lockfile installation
Browse files Browse the repository at this point in the history
  • Loading branch information
JaleelB committed Aug 23, 2024
1 parent 52cf05b commit ca572cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
run_install: false

- name: Install packages
run: pnpm install --frozen-lockfile
run: pnpm install

- name: Install Railway
run: pnpm add -g @railway/cli
Expand Down

0 comments on commit ca572cd

Please sign in to comment.