yangc пре 8 година
родитељ
комит
2a5c8afd6e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      post.sh

+ 1 - 1
post.sh

@@ -9,7 +9,7 @@ repo_uri='http://10.10.100.23:23004/v1/artifact'
 basepath=$(cd `dirname $0`; pwd)
 buildfile=$basepath/dist.zip
 
-cnpm install
+npm install
 npm run build
 npm run zip
 curl -H "Expect:" -F "groupId=$groupId" -F "artifactId=$artifactId" -F "packaging=$packaging"  -F "version=$version" -F "file=@$buildfile" $repo_uri