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