Skip to content
This repository has been archived by the owner on Jun 8, 2019. It is now read-only.

Commit

Permalink
Add preversion npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Feb 6, 2016
1 parent 33689e3 commit bd5b94e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"lint": "eslint src/",
"clean": "rimraf lib/",
"build": "babel src/ --out-dir lib/",
"prepublish": "npm run lint && npm run clean && npm run build"
"preversion": "npm run lint && npm run clean && npm run build",
"prepublish": "npm run clean && npm run build"
},
"keywords": [
"babel-plugin",
Expand Down

0 comments on commit bd5b94e

Please sign in to comment.