Skip to content

Commit

Permalink
chore: Run npm ci vs npm i
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed May 23, 2024
1 parent 521f89a commit 502b05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/front.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: install, lint, audit, build, test
run: |
cd front
npm i
npm ci
npm run lint
npm run audit:prod
npm run e2e
Expand Down

0 comments on commit 502b05a

Please sign in to comment.