Skip to content

Commit

Permalink
fix(ci): npm version hooks should be removed
Browse files Browse the repository at this point in the history
Considering that we have adopted semantic-release, these hooks have become extraneous.
  • Loading branch information
cristinecula authored and nomego committed Oct 3, 2019
1 parent b48b309 commit 9047d42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
"scripts": {
"analyze": "polymer analyze --input cosmoz-*.js > analysis.json",
"lint": "eslint --cache --ext .js,.html . && polymer lint cosmoz-*.js",
"preversion": "npm run lint && npm run test -- --skip-plugin sauce",
"postversion": "git push && git push --tags",
"start": "polymer serve -o",
"test": "polymer test"
},
Expand Down

0 comments on commit 9047d42

Please sign in to comment.