@@ -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