Skip to content

Commit

Permalink
Merge pull request #1118 from rdmorganiser/1115-use-npm-ci-in-ci
Browse files Browse the repository at this point in the history
ci: use npm ci instead npm install for build (#1115)
  • Loading branch information
MyPyDavid authored Aug 21, 2024
2 parents d66a793 + 756e4f6 commit 1896954
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
with:
node-version: 18
cache: npm
- run: npm install && npm run build:prod
- run: npm ci && npm run build:prod
# build the wheel
- uses: actions/setup-python@v5
with:
Expand Down
28 changes: 14 additions & 14 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 1896954

Please sign in to comment.