We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71795e6 commit 90d69a1Copy full SHA for 90d69a1
package.json
@@ -29,7 +29,7 @@
29
"packages/*"
30
],
31
"scripts": {
32
- "prebuild": "tsx scripts/prebuild.mts && npm run type-check && npm run lint",
+ "prebuild": "tsx scripts/prebuild.mts && npm run lint",
33
"build": "cross-env NODE_OPTIONS=--max-old-space-size=6144 next build",
34
"postbuild": "npm run build-sitemap && npm run build-migrate-db",
35
"build-migrate-db": "bun run db:migrate",
0 commit comments