We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8aeb1f commit 6160b79Copy full SHA for 6160b79
package.json
@@ -26,7 +26,7 @@
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
"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:**\"",
+ "postbuild": "npm-run-all -p \"build:**\"",
30
"test:only": "jest",
31
"test:coverage": "npm run test:only -- --coverage",
32
"test:watch": "npm run test:coverage --watch",
0 commit comments