Skip to content

Commit

Permalink
fix(publish): use npm ci instead of install in publish (stryker-m…
Browse files Browse the repository at this point in the history
  • Loading branch information
nicojs authored Jan 29, 2024
1 parent 5fef987 commit 3fc5af8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 107 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set NPM Env
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Install dependencies
run: npm install
run: npm ci
- name: Build
run: npm run build
- name: Release
Expand Down
106 changes: 0 additions & 106 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3fc5af8

Please sign in to comment.