File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 ],
1111 "scripts" : {
1212 "build:win32" : " SET WEBPACK_ENV=build & webpack" ,
13- "build" : " WEBPACK_ENV=build & webpack" ,
13+ "build" : " WEBPACK_ENV=build & node_modules/.bin/ webpack" ,
1414 "dev:win32" : " SET WEBPACK_ENV=dev & webpack" ,
15- "dev" : " WEBPACK_ENV=dev & webpack" ,
15+ "dev" : " WEBPACK_ENV=dev & node_modules/.bin/ webpack" ,
1616 "dev:watch:win32" : " SET WEBPACK_ENV=dev & webpack --progress --colors --watch" ,
17- "dev:watch" : " WEBPACK_ENV=dev & webpack --progress --colors --watch" ,
17+ "dev:watch" : " WEBPACK_ENV=dev & node_modules/.bin/ webpack --progress --colors --watch" ,
1818 "test:win32" : " SET WEBPACK_ENV=dev & karma start" ,
1919 "test" : " WEBPACK_ENV=dev & karma start" ,
2020 "test:travis:win32" : " SET WEBPACK_ENV=dev & karma start --single-run" ,
6060 "uglifyjs-webpack-plugin" : " ^0.4.6" ,
6161 "webpack" : " ^2.0.9"
6262 }
63- }
63+ }
You can’t perform that action at this time.
0 commit comments