File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 25
25
"commitlint" : " commitlint --from=master" ,
26
26
"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" ,
27
27
"build:types" : " rimraf ./types/* && tsc --declaration --emitDeclarationOnly --outDir types && node ./scripts/extend-webpack-types.js && prettier \" types/**/*.ts\" --write && prettier \" types/**/*.ts\" --write" ,
28
- "build" : " npm run build:client" ,
29
- "postbuild" : " npm-run-all -p \" build:**\" " ,
28
+ "build" : " npm-run-all -p \" build:**\" " ,
30
29
"test:only" : " jest" ,
31
30
"test:coverage" : " npm run test:only -- --coverage" ,
32
31
"test:watch" : " npm run test:coverage --watch" ,
You can’t perform that action at this time.
0 commit comments