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 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" : [
You can’t perform that action at this time.
0 commit comments