Merge pull request #3959 from tschaub/release-tweaks
Minor updates to release procedure.
This commit is contained in:
@@ -19,3 +19,7 @@ script: "make ci"
|
|||||||
after_success:
|
after_success:
|
||||||
- "make test-coverage"
|
- "make test-coverage"
|
||||||
- "cat coverage/lcov.info | ./node_modules/.bin/coveralls"
|
- "cat coverage/lcov.info | ./node_modules/.bin/coveralls"
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|||||||
@@ -95,6 +95,7 @@ main() {
|
|||||||
checkout_tag ${1}
|
checkout_tag ${1}
|
||||||
assert_version_match ${1}
|
assert_version_match ${1}
|
||||||
rm -rf ${BUILDS}
|
rm -rf ${BUILDS}
|
||||||
|
npm install
|
||||||
build_js ${PROFILES}
|
build_js ${PROFILES}
|
||||||
build_css
|
build_css
|
||||||
npm publish
|
npm publish
|
||||||
|
|||||||
Reference in New Issue
Block a user