Skip to content

Commit 5a86b4d

Browse files
committed
chore: remove parallel from prepare and postinstall
1 parent 97358fe commit 5a86b4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
},
99
"license": "Apache-2.0",
1010
"scripts": {
11-
"prepare": "npx husky install && yarn workspaces foreach --all --parallel run prepare",
12-
"postinstall": "patch-package --use-yarn && yarn workspaces foreach --all --parallel run postinstall",
11+
"prepare": "npx husky install && yarn workspaces foreach --all run prepare",
12+
"postinstall": "patch-package --use-yarn && yarn workspaces foreach --all run postinstall",
1313
"reinstall": "yarn cache clean && git clean -dfx && find . -type dir -name node_modules | xargs rm -rf && yarn && yarn run postinstall",
1414
"prettier": "prettier --config \"./prettier.config.js\" --write \"**/*.{js,jsx,ts,tsx,scss,html,xml,yml,yaml}\"",
1515
"format": "pretty-quick --staged --config \"./prettier.config.js\" --pattern \"**/{src,script,typings,test,**}/**/*.{js,jsx,ts,tsx,scss,html,xml,md,json}\"",

0 commit comments

Comments
 (0)