Skip to content

Commit 171381b

Browse files
committed
Run bootstraping and build script before publish
To prevent publishing new releases without building the latests changes.
1 parent 961952d commit 171381b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "MIT",
77
"scripts": {
88
"bootstrap": "lerna bootstrap",
9-
"publish": "lerna publish",
9+
"publish": "npm run bootstrap && npm run build && lerna publish",
1010
"start": "npm run watch",
1111
"watch": "lerna run watch",
1212
"build": "lerna run build",

0 commit comments

Comments
 (0)