Skip to content

Commit

Permalink
fix(build): use latest semantic-release package
Browse files Browse the repository at this point in the history
  • Loading branch information
uglow committed Jun 18, 2018
1 parent d7cbbf7 commit d3d1c97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ script:

after_success:
#- npm run upload-coverage # disabled due to tests being disabled
- npm run semantic-release
- npm run travis-deploy-once "npm run semantic-release"

branches:
except:
Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@
"verify:js:fix": "eslint --fix -c config/verify/.eslintrc \"src/**/*.js\" \"src/**/*.jsx\" \"unitTest/**/*.js\" \"unitTest/**/*.jsx\" \"config/**/*.js\" \"config/**/*.jsx\" && echo ✅ verify:js:fix success",
"verify:js:watch": "chokidar 'src/**/*.js' 'src/**/*.jsx' 'unitTest/**/*.js' 'unitTest/**/*.jsx' 'config/**/*.js' 'config/**/*.jsx' -c 'npm run verify:js:fix' --initial --silent",
"verify:watch": "npm-run-all --parallel verify:js:watch verify:css:watch --silent",
"semantic-release": "semantic-release pre && npm publish && semantic-release post && npm run docs:publish"
"semantic-release": "semantic-release && npm run docs:publish",
"travis-deploy-once": "travis-deploy-once"
},
"config": {
"commitizen": {
Expand Down Expand Up @@ -111,7 +112,7 @@
"postcss-loader": "1.2.2",
"protractor": "3.3.0",
"rimraf": "2.5.4",
"semantic-release": "6.3.2",
"semantic-release": "15.5.4",
"serve": "1.4.0",
"serve-https": "1.5.3",
"style-loader": "0.13.1",
Expand All @@ -123,7 +124,8 @@
"swanky": "2.6.0",
"swanky-processor-ngdocs": "2.2.3",
"webpack": "2.2.0",
"webpack-dev-server": "2.2.0"
"webpack-dev-server": "2.2.0",
"travis-deploy-once": "5.0.0"
},
"engines": {
"node": ">=6.x",
Expand Down

0 comments on commit d3d1c97

Please sign in to comment.