Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Oba-One committed May 28, 2023
1 parent 3508e5c commit b93e5f9
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 @@ -11,7 +11,7 @@
"foundry:up": "curl -L https://foundry.paradigm.xyz | bash && bash $HOME/.foundry/bin/foundryup",
"mud:up": "pnpm recursive exec mud set-version -v canary && pnpm install",
"initialize": "pnpm recursive run initialize",
"dev": "concurrently -n contracts,client,tictactoe,checkers -c cyan,magenta,green,blue 'cd packages/contracts/openar && pnpm run dev' 'cd packages/client && pnpm run dev' 'cd packages/contracts/tictactoe && pnpm run dev' 'cd packages/checkers && pnpm run dev'",
"dev": "concurrently -n contracts,client -c cyan,magenta 'cd packages/contracts/openar && pnpm run dev' 'cd packages/client && pnpm run dev'",
"dev:client": "pnpm --filter 'client' run dev",
"dev:contracts": "pnpm --filter 'contracts' dev",
"test": "pnpm recursive run test",
Expand Down

1 comment on commit b93e5f9

@vercel
Copy link

@vercel vercel bot commented on b93e5f9 May 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.