We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c86fe8 commit 389a4bbCopy full SHA for 389a4bb
package.json
@@ -9,7 +9,7 @@
9
"bugs": "https://github.com/piotrwitek/react-redux-typescript-starter-kit/issues",
10
"license": "MIT",
11
"scripts": {
12
- "postinstall": "jspm install && npm run bundle-dev",
+ "postinstall": "jspm install && npm run build:dev",
13
"preinit:dist": "rimraf dist/**/* && mkdir dist || true",
14
"init:dist": "cp assets/* dist/ && cp index.prod.html dist/index.html",
15
"preinit:deploy": "npm run init:dist",
0 commit comments