Skip to content

Commit 49d571e

Browse files
committed
update package.json
1 parent 039a539 commit 49d571e

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
@@ -35,7 +35,7 @@
3535
"react-dom": "^15.0.0-rc.1"
3636
},
3737
"scripts": {
38-
"preinstall": "npm run build",
38+
"preinstall": "npm i && npm run build",
3939
"pragmatist": "node ./node_modules/.bin/pragmatist --es5",
4040
"lint": "npm run pragmatist lint",
4141
"test": "npm run pragmatist test --type-annotations",

0 commit comments

Comments
 (0)