Skip to content
This repository has been archived by the owner on Mar 10, 2021. It is now read-only.

Commit

Permalink
fix(release): run build before publishing to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
philippspo committed Mar 9, 2016
1 parent 3e2e4c0 commit daba92c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"test:watch": "watch 'npm test' src/ tests/",
"build": "babel src --out-dir dist",
"lint": "eslint src tests",
"prepublish": "npm run build",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
"semantic-release": "semantic-release pre && npm run build && npm publish && semantic-release post"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit daba92c

Please sign in to comment.