Skip to content

Commit

Permalink
Package using npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Barry Gordon committed Sep 28, 2021
1 parent b07ed7d commit 4c725f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"scripts": {
"format": "prettier --write **/*.ts",
"lint": "eslint --fix **/*.ts",
"package": "rm -f ./output/output.json && ncc build --source-map --license licenses.txt",
"package": "rm -f ./output/output.json && npm ci && ncc build --source-map --license licenses.txt",
"test": "SKIP_INTEGRATION_TESTS=true jest --detectOpenHandles",
"test-integration": "jest --detectOpenHandles 'integration'",
"prepare": "husky install",
Expand Down

0 comments on commit 4c725f2

Please sign in to comment.