Skip to content

Commit

Permalink
Run bootstraping and build script before publish
Browse files Browse the repository at this point in the history
To prevent publishing new releases without building the latests changes.
  • Loading branch information
maoberlehner committed Dec 9, 2017
1 parent 961952d commit 171381b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"scripts": {
"bootstrap": "lerna bootstrap",
"publish": "lerna publish",
"publish": "npm run bootstrap && npm run build && lerna publish",
"start": "npm run watch",
"watch": "lerna run watch",
"build": "lerna run build",
Expand Down

0 comments on commit 171381b

Please sign in to comment.