mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
release script for unique version
This commit is contained in:
@@ -29,7 +29,7 @@ env:
|
|||||||
- MODULE=ng2-alfresco-viewer
|
- MODULE=ng2-alfresco-viewer
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- cd ng2-components/$MODULE; npm version patch; sed -i '' "s/0\\.0\\.0-PLACEHOLDER/^0.1.0/g" package.json; 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/
|
- ls -ltrh ./node_modules/
|
||||||
script: npm run test
|
script: npm run test
|
||||||
# Send coverage data to Coveralls
|
# Send coverage data to Coveralls
|
||||||
|
Reference in New Issue
Block a user