Skip to content

Commit fc4a04a

Browse files
committed
fix: use npm in release-standalone
1 parent 4b0e4a4 commit fc4a04a

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-
yarn --production --frozen-lockfile
31+
npm install --unsafe-perm --omit=dev
3232
popd
3333
}
3434

0 commit comments

Comments
 (0)