소스 검색

fix: remove npm config [skip ci]

Baptiste Augrain 2 년 전
부모
커밋
a631bc594c
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      build.sh

+ 0 - 3
build.sh

@@ -10,9 +10,6 @@ fi
 . version.sh
 
 if [[ "${SHOULD_BUILD}" == "yes" ]]; then
-  npm config set scripts-prepend-node-path true
-  npm config set node_gyp
-
   echo "MS_COMMIT=\"${MS_COMMIT}\""
 
   . prepare_vscode.sh