chore: remove parallel execution

This commit is contained in:
iCrawl
2022-07-18 14:09:45 +02:00
parent b316ac7cc4
commit 21d61ca260

View File

@@ -4,14 +4,13 @@
"description": "A powerful library for interacting with the Discord API", "description": "A powerful library for interacting with the Discord API",
"private": true, "private": true,
"scripts": { "scripts": {
"build": "yarn workspaces foreach -p -t run build", "build": "yarn workspaces foreach --topological run build",
"test": "yarn workspaces foreach -p -t run test", "test": "yarn workspaces foreach --topological run test",
"lint": "yarn workspaces foreach -p -t run lint", "lint": "yarn workspaces foreach --topological run lint",
"format": "yarn workspaces foreach -p -t run format", "format": "yarn workspaces foreach --topological run format",
"fmt": "yarn format", "fmt": "yarn format",
"postinstall": "is-ci || husky install", "postinstall": "is-ci || husky install",
"docs": "yarn workspaces foreach -p -t run docs", "docs": "yarn workspaces foreach --topological run docs",
"changelog": "yarn workspaces foreach -p -t run changelog",
"update": "yarn upgrade-interactive" "update": "yarn upgrade-interactive"
}, },
"contributors": [ "contributors": [