Skip to content

Commit bcc111f

Browse files
committed
chore: use npm ci in build-standalone-release
1 parent da03a64 commit bcc111f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build/build-standalone-release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ main() {
2828
ln -s "./lib/node" "$RELEASE_PATH/node"
2929

3030
pushd "$RELEASE_PATH"
31-
npm install --unsafe-perm --omit=dev
31+
npm ci --unsafe-perm --omit=dev
3232
popd
3333
}
3434

0 commit comments

Comments
 (0)