lmc 1 년 전
부모
커밋
e4863bf7f6
1개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 5 5
      build.sh

+ 5 - 5
build.sh

@@ -1,10 +1,10 @@
 # npm install -g npm@8.12.1
 # npm install -g cnpm -registry=https://registry.npm.taobao.org
 # cnpm install @vue/cli-service -g
-rm -rf node_modules
-rm -rf package-lock.json
+# rm -rf node_modules
+# rm -rf package-lock.json
  
-npm install -g cnpm -registry=https://registry.npm.taobao.org
-cnpm install @vue/cli-service -g
-cnpm i  
+# npm install -g cnpm -registry=https://registry.npm.taobao.org
+# cnpm install @vue/cli-service -g
+# cnpm i  
 cnpm run build