Skip to content

Commit

Permalink
Do a clean rebuild before publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
btmills committed Feb 2, 2016
1 parent a1f8aaa commit 3a3d148
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 @@ -16,8 +16,9 @@
"scripts": {
"build": "babel src --out-dir lib",
"clean": "rm -rf lib",
"prepublish": "npm run build",
"prepublish": "npm run rebuild",
"postpublish": "npm run clean",
"rebuild": "npm run clean && npm run build",
"test": "eslint --ext js --ext jsx ."
},
"keywords": [
Expand Down

0 comments on commit 3a3d148

Please sign in to comment.