Skip to content

Commit

Permalink
chore: remove parallel execution
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jul 18, 2022
1 parent b316ac7 commit 21d61ca
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions package.json
Expand Up @@ -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": [
Expand Down

0 comments on commit 21d61ca

Please sign in to comment.