diff --git a/src/OpenSEE/package.json b/src/OpenSEE/package.json index 1bfc8ac..a8e50d6 100644 --- a/src/OpenSEE/package.json +++ b/src/OpenSEE/package.json @@ -48,7 +48,7 @@ "typestyle": "2.0.1" }, "scripts": { - "build": "npm prune && npm install && webpack --mode=development", + "build": "npm prune && npm ci && webpack --mode=development", "watch": "webpack --watch --color --mode=development", "update": "npx npm-check-updates" }