We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a13cf7 commit 24d5f2aCopy full SHA for 24d5f2a
package.json
@@ -9,7 +9,7 @@
9
"bugs": "https://github.com/piotrwitek/react-ts-jspm-starter-kit/issues",
10
"license": "MIT",
11
"scripts": {
12
- "postinstall": "jspm install",
+ "postinstall": "jspm install && npm run bundle-dev",
13
"precommit": "npm run lint",
14
"prepush": "npm run lint && npm test",
15
"bundle-dev": "jspm bundle dev-bundle.config.js out/dev-bundle.js -id",
0 commit comments