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 aab45e6 commit a7bc6f4Copy full SHA for a7bc6f4
scripts/install.sh
@@ -37,7 +37,7 @@ sh ${PROJ_ROOT}/scripts/copy-resources.sh
37
38
# Delete node_modules to prevent node-gyp build error
39
printf "\n======== Deleting vscode/node_modules ========\n"
40
-rm -rf /Users/spenceng/Github/sagemaker-code-editor-04-17/sagemaker-code-editor/vscode/node_modules
+rm -rf "${PROJ_ROOT}/vscode/node_modules"
41
42
# Build the project
43
printf "\n======== Building project in ${PROJ_ROOT}/vscode ========\n"
0 commit comments