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 1212 "build:client" : " cross-env NODE_ENV=production webpack --config webpack/config.prod.js" ,
1313 "build:server" : " cross-env NODE_ENV=production webpack --config webpack/config.server.js" ,
1414 "build:examples" : " cross-env NODE_ENV=production webpack --config webpack/config.examples.js" ,
15- "test" : " cross-env NODE_ENV=test jest" ,
16- "test:watch" : " cross-env NODE_ENV=test jest --watch" ,
15+ "test" : " NODE_ENV=test jest" ,
16+ "test:watch" : " NODE_ENV=test jest --watch" ,
1717 "test:ci" : " npm run lint && npm run test" ,
1818 "fetch-examples" : " cross-env NODE_ENV=development node ./server/scripts/fetch-examples.js" ,
1919 "fetch-examples-gg" : " cross-env NODE_ENV=development node ./server/scripts/fetch-examples-gg.js" ,
You can’t perform that action at this time.
0 commit comments