fix: temp ignore eslint errors on build

This commit is contained in:
Henry
2025-12-13 21:56:27 +00:00
parent 7fef9be638
commit 902a539d73
2 changed files with 4 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
"build": "pnpm with-env next build",
"build": "pnpm with-env next build --turbo",
"clean": "git clean -xdf .cache .next .turbo node_modules",
"dev": "pnpm with-env next dev --turbo",
"format": "prettier --check . --ignore-path ../../.gitignore",