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 d8aefef commit be721d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: install, lint, audit, build, test
run: |
npm i
npm ci
npm run lint
npm run audit:prod
npm run build
Expand Down

0 comments on commit be721d8

Please sign in to comment.