Skip to content

Commit

Permalink
removed prepublish - poisoned the whole script
Browse files Browse the repository at this point in the history
  • Loading branch information
KFlash committed Dec 31, 2015
1 parent a73c613 commit 961e56a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@
"package:prod": "./node_modules/.bin/ncu -u",
"package:dev": "./node_modules/.bin/ncu -p -u",
"preversion": "[[ -z $(git status --porcelain) ]] && npm run build && git add -A dist && git commit -m 'Build lib'",
"prepublish": "npm run lint && npm run clean && npm run build && npm test",
"postpublish": "git push origin master --follow-tags"
},
"pre-commit": [
Expand Down

0 comments on commit 961e56a

Please sign in to comment.