File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 35
35
"build:client" : " rimraf ./client/* && babel client-src/ --out-dir client/ --ignore \" client-src/webpack.config.js\" --ignore \" client-src/modules\" && webpack --config client-src/webpack.config.js" ,
36
36
"build:types" : " rimraf ./types/* && tsc --declaration --emitDeclarationOnly --outDir types && node ./scripts/extend-webpack-types.js && prettier \" types/**/*.ts\" --write && prettier \" types/**/*.ts\" --write" ,
37
37
"build" : " npm-run-all -p \" build:**\" " ,
38
- "test:only" : " NODE_OPTIONS=\" $NODE_OPTIONS --experimental-vm-modules\" jest" ,
38
+ "test:only" : " NODE_OPTIONS=\" --experimental-vm-modules\" jest" ,
39
39
"test:coverage" : " npm run test:only -- --coverage" ,
40
40
"test:watch" : " npm run test:coverage --watch" ,
41
41
"test" : " npm run test:coverage" ,
You can’t perform that action at this time.
0 commit comments