We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da03a64 commit bcc111fCopy full SHA for bcc111f
1 file changed
ci/build/build-standalone-release.sh
@@ -28,7 +28,7 @@ main() {
28
ln -s "./lib/node" "$RELEASE_PATH/node"
29
30
pushd "$RELEASE_PATH"
31
- npm install --unsafe-perm --omit=dev
+ npm ci --unsafe-perm --omit=dev
32
popd
33
}
34
0 commit comments