File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " A powerful library for interacting with the Discord API" ,
5
5
"private" : true ,
6
6
"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" ,
11
11
"fmt" : " yarn format" ,
12
12
"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" ,
15
14
"update" : " yarn upgrade-interactive"
16
15
},
17
16
"contributors" : [
You can’t perform that action at this time.
0 commit comments