Skip to content

Commit 6160b79

Browse files
committed
ci: fix
1 parent f8aeb1f commit 6160b79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"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",
2727
"build:types": "rimraf ./types/* && tsc --declaration --emitDeclarationOnly --outDir types && node ./scripts/extend-webpack-types.js && prettier \"types/**/*.ts\" --write && prettier \"types/**/*.ts\" --write",
2828
"build": "npm run build:client",
29-
"postbuild": "npm run-all -p \"build:**\"",
29+
"postbuild": "npm-run-all -p \"build:**\"",
3030
"test:only": "jest",
3131
"test:coverage": "npm run test:only -- --coverage",
3232
"test:watch": "npm run test:coverage --watch",

0 commit comments

Comments
 (0)