Skip to content

Commit b545ca0

Browse files
committed
fix: ci
1 parent 5b5c88b commit b545ca0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"commitlint": "commitlint --from=master",
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",
28-
"build": "npm run build:client",
29-
"postbuild": "npm-run-all -p \"build:**\"",
28+
"build": "npm-run-all -p \"build:**\"",
3029
"test:only": "jest",
3130
"test:coverage": "npm run test:only -- --coverage",
3231
"test:watch": "npm run test:coverage --watch",

0 commit comments

Comments
 (0)