Skip to content

Commit

Permalink
try building mock-game-contracts before
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Oct 6, 2024
1 parent 5a39366 commit bb64a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"release:check": "changeset status --verbose --since=origin/main",
"release:publish": "pnpm install && pnpm build && changeset publish",
"release:version": "changeset version && pnpm install --lockfile-only && pnpm run changelog:generate",
"test": "tsx test-setup/startAnvil.ts & pnpm run --recursive test",
"test:ci": "tsx test-setup/startAnvil.ts & pnpm run --recursive test:ci",
"test": "tsx test-setup/startAnvil.ts & pnpm run --filter mock-game-contracts build && pnpm run --recursive test",
"test:ci": "tsx test-setup/startAnvil.ts & pnpm run --filter mock-game-contracts build && pnpm run --recursive test:ci",
"type-bench": "pnpm --filter ./test/ts-benchmarks bench",
"type-stats-repo": "attest stats packages/*",
"vercel:prepare": "(forge --version || pnpm foundryup) && ln -sf /vercel/.foundry/bin/* node_modules/.bin/ && forge --version"
Expand Down

0 comments on commit bb64a18

Please sign in to comment.