瀏覽代碼

删除post.sh build操作

yangc 7 年之前
父節點
當前提交
47a2c82dc2
共有 1 個文件被更改,包括 1 次插入1 次删除
  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