Skip to content

Commit

Permalink
update for yarn 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvanipa committed Jan 5, 2024
1 parent 0300bc9 commit 0ebdc0a
Show file tree
Hide file tree
Showing 7 changed files with 3,328 additions and 3,327 deletions.
8 changes: 4 additions & 4 deletions examples/basic-world/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
]
},
"scripts": {
"build": "yarn workspaces foreach -p run build",
"clean": "yarn workspaces foreach -p run clean",
"test": "yarn workspaces foreach run test",
"build": "yarn workspaces foreach -A -p run build",
"clean": "yarn workspaces foreach -A -p run clean",
"test": "yarn workspaces foreach -A run test",
"dev": "yarn run clean && yarn run dev-no-clean",
"dev-no-clean": "concurrently -n simulator -c magenta \"yarn workspace @tenetxyz/simulator run build && yarn workspace @tenetxyz/simulator run deploy\" && concurrently -n world -c yellow \"yarn workspace @tenetxyz/world run build && yarn workspace @tenetxyz/world run deploy\"",
"initialize": "yarn workspaces foreach run initialize"
"initialize": "yarn workspaces foreach -A run initialize"
},
"devDependencies": {
"@latticexyz/cli": "link:../../../mud/packages/cli",
Expand Down
2,116 changes: 1,058 additions & 1,058 deletions examples/basic-world/yarn.lock

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions examples/everlon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
]
},
"scripts": {
"build": "yarn workspaces foreach -p run build",
"clean": "yarn workspaces foreach -p run clean",
"test": "yarn workspaces foreach run test",
"build": "yarn workspaces foreach -A -p run build",
"clean": "yarn workspaces foreach -A -p run clean",
"test": "yarn workspaces foreach -A run test",
"dev": "yarn run clean && yarn run dev-no-clean",
"dev-no-clean": "yarn run simulator && concurrently -n world -c yellow \"yarn workspace @tenetxyz/world run build && yarn workspace @tenetxyz/world run deploy\"",
"simulator": "concurrently -n simulator -c red \"cd packages/simulator && yarn run build && yarn run deploy\"",
Expand All @@ -20,7 +20,7 @@
"deploy:pretty": "concurrently -n pretty -c #BF40BF \"yarn workspace @tenetxyz/pretty run build && yarn workspace @tenetxyz/pretty run deploy\"",
"deploy:extensions": "yarn run deploy:farming && yarn run deploy:creatures",
"deploy:derived": "concurrently -n derived -c #FFA500 \"yarn workspace @tenetxyz/derived run build && yarn workspace @tenetxyz/derived run deploy\"",
"initialize": "yarn workspaces foreach run initialize"
"initialize": "yarn workspaces foreach -A run initialize"
},
"devDependencies": {
"@latticexyz/cli": "link:../../../mud/packages/cli",
Expand Down
Loading

0 comments on commit 0ebdc0a

Please sign in to comment.