We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cef2aa2 commit 56d10d8Copy full SHA for 56d10d8
ci/build/build-standalone-release.sh
@@ -24,6 +24,8 @@ main() {
24
rsync ./ci/build/code-server.sh "$RELEASE_PATH/bin/code-server"
25
rsync "$node_path" "$RELEASE_PATH/lib/node"
26
27
+ chmod 755 "$RELEASE_PATH/lib/node"
28
+
29
pushd "$RELEASE_PATH"
30
npm install --unsafe-perm --omit=dev
31
popd
0 commit comments