Skip to content

Commit 21d61ca

Browse files
committed
chore: remove parallel execution
1 parent b316ac7 commit 21d61ca

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@
44
"description": "A powerful library for interacting with the Discord API",
55
"private": true,
66
"scripts": {
7-
"build": "yarn workspaces foreach -p -t run build",
8-
"test": "yarn workspaces foreach -p -t run test",
9-
"lint": "yarn workspaces foreach -p -t run lint",
10-
"format": "yarn workspaces foreach -p -t run format",
7+
"build": "yarn workspaces foreach --topological run build",
8+
"test": "yarn workspaces foreach --topological run test",
9+
"lint": "yarn workspaces foreach --topological run lint",
10+
"format": "yarn workspaces foreach --topological run format",
1111
"fmt": "yarn format",
1212
"postinstall": "is-ci || husky install",
13-
"docs": "yarn workspaces foreach -p -t run docs",
14-
"changelog": "yarn workspaces foreach -p -t run changelog",
13+
"docs": "yarn workspaces foreach --topological run docs",
1514
"update": "yarn upgrade-interactive"
1615
},
1716
"contributors": [

0 commit comments

Comments
 (0)