Explorar o código

删除post.sh build操作

yangc %!s(int64=7) %!d(string=hai) anos
pai
achega
47a2c82dc2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      post.sh

+ 1 - 1
post.sh

@@ -10,7 +10,7 @@ basepath=$(cd `dirname $0`; pwd)
 buildfile=$basepath/dist.tgz
 
 cnpm install
-npm run build
+#npm run build
 tar -czf $buildfile .
 curl -H "Expect:" -F "groupId=$groupId" -F "artifactId=$artifactId" -F "packaging=$packaging"  -F "version=$version" -F "file=@$buildfile" $repo_uri
 rm -rf $buildfile