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",
"private": true,
"scripts": {
"build": "yarn workspaces foreach -p -t run build",
"test": "yarn workspaces foreach -p -t run test",
"lint": "yarn workspaces foreach -p -t run lint",
"format": "yarn workspaces foreach -p -t run format",
"build": "yarn workspaces foreach --topological run build",
"test": "yarn workspaces foreach --topological run test",
"lint": "yarn workspaces foreach --topological run lint",
"format": "yarn workspaces foreach --topological run format",
"fmt": "yarn format",
"postinstall": "is-ci || husky install",
"docs": "yarn workspaces foreach -p -t run docs",
"changelog": "yarn workspaces foreach -p -t run changelog",
"docs": "yarn workspaces foreach --topological run docs",
"update": "yarn upgrade-interactive"
},
"contributors": [