소스 검색

更新构建脚本

reghao 2 년 전
부모
커밋
712535bdea
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      build.sh

+ 2 - 1
build.sh

@@ -2,6 +2,7 @@
 
 
 commit_id=`git rev-parse --short HEAD`
-#npm run build
+npm run build
 docker build -t docker.reghao.cn/tnb/bili:${commit_id} .
 docker push docker.reghao.cn/tnb/bili:${commit_id}
+rm -rf dist