We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdac5bf commit 8b3d9b9Copy full SHA for 8b3d9b9
ci/build/build-standalone-release.sh
@@ -16,7 +16,7 @@ main() {
16
# Package managers may shim their own "node" wrapper into the PATH, so run
17
# node and ask it for its true path.
18
local node_path
19
- node_path="$(node <<< 'console.info(process.execPath)')"
+ node_path="$(node -p process.execPath)"
20
21
mkdir -p "$RELEASE_PATH/bin"
22
mkdir -p "$RELEASE_PATH/lib"
0 commit comments