Skip to content

Commit a7bc6f4

Browse files
committed
Updated install.sh
1 parent aab45e6 commit a7bc6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sh ${PROJ_ROOT}/scripts/copy-resources.sh
3737

3838
# Delete node_modules to prevent node-gyp build error
3939
printf "\n======== Deleting vscode/node_modules ========\n"
40-
rm -rf /Users/spenceng/Github/sagemaker-code-editor-04-17/sagemaker-code-editor/vscode/node_modules
40+
rm -rf "${PROJ_ROOT}/vscode/node_modules"
4141

4242
# Build the project
4343
printf "\n======== Building project in ${PROJ_ROOT}/vscode ========\n"

0 commit comments

Comments
 (0)