Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
feat: add npm automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam Agrawal authored and Shivam Agrawal committed Jul 24, 2019
1 parent bf9c97d commit 620fad4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- stage: release
node_js: lts/*
script:
- yarn run build:ci
- yarn
- npm run semantic-release
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
Expand Down

0 comments on commit 620fad4

Please sign in to comment.