release script for unique version

This commit is contained in:
Mario Romano
2016-07-04 22:24:08 +01:00
parent 2f55ea1435
commit 2fb86e2288
+1 -1
View File
@@ -29,7 +29,7 @@ env:
- MODULE=ng2-alfresco-viewer
before_script:
- cd ng2-components/$MODULE; npm version patch; find package.json -print0 | xargs -0 sed -i '' "s/0\\.0\\.0-PLACEHOLDER/^0.1.0/g"; npm install
- cd ng2-components/$MODULE; npm version patch; sed -i '' "s/0\\.0\\.0-PLACEHOLDER/^0.1.0/g" package.json; npm install
- ls -ltrh ./node_modules/
script: npm run test
# Send coverage data to Coveralls