Skip to content

Commit

Permalink
ci: explorer vercel deploy improvements (#3280)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Oct 13, 2024
1 parent a088d16 commit fb3a34b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:setup": "tsx test-setup/startAnvil.ts & pnpm run --filter mock-game-contracts build",
"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"
"vercel:prepare": "ln -sf /vercel/.foundry/bin/* node_modules/.bin/ && forge --version"
},
"lint-staged": {
"*.{ts,tsx}": "eslint --cache --fix",
Expand Down
2 changes: 1 addition & 1 deletion turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", "out/**", "build/**", "bin/**"]
"outputs": ["dist/**", "out/**", "build/**", "bin/**", ".next/**"]
},
"create-mud#build": {
"dependsOn": ["^build"],
Expand Down

0 comments on commit fb3a34b

Please sign in to comment.