Skip to content

Commit

Permalink
fix(semantic-release): modify script
Browse files Browse the repository at this point in the history
  • Loading branch information
dillionmegida committed Apr 18, 2020
1 parent 81ca90c commit 22b3ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ branches:
notifications:
email: false
script:
# - npm run validate
- npm run validate
after_success:
- npm run release
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"preGenerateFiles": "node bin/index.js generatePreFiles",
"install": "npm run preGenerateFiles",
"validate": "npm-run-all --parallel lint test",
"release": "semantic-release pre && npm publish && semantic-release post"
"release": "semantic-release"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 22b3ff2

Please sign in to comment.