Skip to content

Commit

Permalink
chore: enable explorer vercel deployment (#3244)
Browse files Browse the repository at this point in the history
Co-authored-by: karooolis <[email protected]>
  • Loading branch information
alvrs and karooolis authored Oct 3, 2024
1 parent 13e5689 commit 57cf61a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"gas-report": "pnpm run --recursive --parallel gas-report",
"lint": "pnpm prettier:check && eslint . --ext .ts --ext .tsx",
"prepare": "husky install && (forge --version || pnpm foundryup)",
"prepare:vercel": "(forge --version || pnpm foundryup) && ln -sf /vercel/.foundry/bin/* node_modules/.bin/ && forge --version",
"prettier": "prettier --write '**/*.{ts,tsx,css,md,mdx,sol}'",
"prettier:check": "prettier --check '**/*.{ts,tsx,css,md,mdx,sol}'",
"release:check": "changeset status --verbose --since=origin/main",
Expand Down Expand Up @@ -57,7 +58,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": "^18.20.1",
"node": "18.x || 20.x",
"pnpm": "^9.6.0"
}
}
1 change: 1 addition & 0 deletions packages/explorer/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-manager-strict=false
5 changes: 5 additions & 0 deletions packages/explorer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,10 @@
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7"
},
"packageManager": "[email protected]",
"engines": {
"node": "18.x || 20.x",
"pnpm": "^9.6.0"
}
}

0 comments on commit 57cf61a

Please sign in to comment.