Skip to content

Commit 389a4bb

Browse files
committed
fixed missed script name change
1 parent 4c86fe8 commit 389a4bb

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-redux-typescript-starter-kit/issues",
1010
"license": "MIT",
1111
"scripts": {
12-
"postinstall": "jspm install && npm run bundle-dev",
12+
"postinstall": "jspm install && npm run build:dev",
1313
"preinit:dist": "rimraf dist/**/* && mkdir dist || true",
1414
"init:dist": "cp assets/* dist/ && cp index.prod.html dist/index.html",
1515
"preinit:deploy": "npm run init:dist",

0 commit comments

Comments
 (0)