From 88c056f3bc436ad6f2e91e81c4af42f97365d6ac Mon Sep 17 00:00:00 2001 From: Mike Barry Date: Sun, 1 Oct 2023 07:17:30 -0400 Subject: [PATCH] npm ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 86d806a..a1fe5d9 100644 --- a/package.json +++ b/package.json @@ -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",