Skip to content

Commit

Permalink
npm ci
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Oct 1, 2023
1 parent d427855 commit 88c056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"scripts": {
"bench": "npm run build && node benchmark.js",
"build": "rm -rf dist && rollup -c && npm run generate-types && tsc --project tsconfig.dist.json",
"test-build": "cd test-project && npm i && npm test",
"test-build": "cd test-project && npm ci && npm test",
"generate-types": "tsc --emitDeclarationOnly --declaration --outDir dist && rm -rf dist/*{.t,-j}est.d.ts",
"jest": "jest",
"jest:watch": "jest --watch",
Expand Down

0 comments on commit 88c056f

Please sign in to comment.