File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
"build:bundle-analyze" : " webpack-bundle-analyzer ./bundle.stats.json" ,
17
17
"build:clean" : " rimraf ./dist" ,
18
18
"build:prod" : " webpack --config ./config/webpack.prod.js" ,
19
- "start:dev" : " webpack serve --hot --color --config ./config/webpack.dev.js" ,
20
- "start:dev:mock" : " cross-env MOCK_API_ENABLED=true npm run start:dev" ,
19
+ "start:dev" : " cross-env STYLE_THEME=$npm_config_theme webpack serve --hot --color --config ./config/webpack.dev.js" ,
20
+ "start:dev:mock" : " cross-env MOCK_API_ENABLED=true STYLE_THEME=$npm_config_theme npm run start:dev" ,
21
21
"test" : " run-s test:lint test:unit test:cypress-ci" ,
22
22
"test:cypress-ci" : " npx concurrently -P -k -s first \" npm run cypress:server:build && npm run cypress:server\" \" npx wait-on tcp:127.0.0.1:9001 && npm run cypress:run:mock -- {@}\" -- " ,
23
23
"test:jest" : " jest --passWithNoTests" ,
You can’t perform that action at this time.
0 commit comments