Skip to content

Commit 24d5f2a

Browse files
committed
added default to dev-bundle postinstall for quick loading
1 parent 9a13cf7 commit 24d5f2a

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
@@ -9,7 +9,7 @@
99
"bugs": "https://github.com/piotrwitek/react-ts-jspm-starter-kit/issues",
1010
"license": "MIT",
1111
"scripts": {
12-
"postinstall": "jspm install",
12+
"postinstall": "jspm install && npm run bundle-dev",
1313
"precommit": "npm run lint",
1414
"prepush": "npm run lint && npm test",
1515
"bundle-dev": "jspm bundle dev-bundle.config.js out/dev-bundle.js -id",

0 commit comments

Comments
 (0)