no prestart

This commit is contained in:
Elio Bischof
2024-10-19 01:13:04 +02:00
parent 0459bea8dd
commit bdfbd94661

View File

@@ -22,7 +22,6 @@
"lint:fix": "prettier --write .", "lint:fix": "prettier --write .",
"lint-staged": "lint-staged", "lint-staged": "lint-staged",
"build": "next build", "build": "next build",
"prestart": "pnpm build",
"start": "next start", "start": "next start",
"clean": "pnpm mock:destroy && rm -rf .turbo && rm -rf node_modules && rm -rf .next" "clean": "pnpm mock:destroy && rm -rf .turbo && rm -rf node_modules && rm -rf .next"
}, },