Skip to content

Commit

Permalink
ci(build): remove production flag from install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Amgelo563 committed Oct 20, 2024
1 parent e5fc263 commit 3e31944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache: pnpm

- name: Install dependencies
run: pnpm install --prod
run: pnpm install

- name: Lint
run: pnpm lint
Expand Down

0 comments on commit 3e31944

Please sign in to comment.