Skip to content

Commit

Permalink
properly log npm_config_arch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex313031 committed May 17, 2024
1 parent 495df29 commit 2e6fb42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ echo "SKIP_SOURCE=\"${SKIP_SOURCE}\""
echo "SKIP_BUILD=\"${SKIP_BUILD}\""
echo "SKIP_ASSETS=\"${SKIP_ASSETS}\""
echo "VSCODE_ARCH=\"${VSCODE_ARCH}\""
echo "NPM_CONFIG_ARCH=\"npm_config_arch\""
echo "NPM_CONFIG_ARCH=\"${npm_config_arch}\""
echo "VSCODE_LATEST=\"${VSCODE_LATEST}\""
echo "VSCODE_QUALITY=\"${VSCODE_QUALITY}\""

Expand Down

0 comments on commit 2e6fb42

Please sign in to comment.