Skip to content

Commit

Permalink
撤销修改
Browse files Browse the repository at this point in the history
  • Loading branch information
TiyoSheng committed Nov 9, 2023
1 parent 8e67137 commit d354050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mud-template-vanilla",
"private": true,
"scripts": {
"build": "cd packages/client && pnpm run build",
"build": "pnpm recursive run build",
"dev": "concurrently -n contracts,client -c cyan,magenta \"cd packages/contracts && pnpm run dev\" \"cd packages/client && pnpm run dev\"",
"dev:client": "pnpm --filter 'client' run dev",
"dev:contracts": "pnpm --filter 'contracts' dev",
Expand Down

0 comments on commit d354050

Please sign in to comment.