diff --git a/package.json b/package.json index cce5c6a..2e1d17f 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,10 @@ "private": true, "scripts": { "dev": "next dev", - "build": "next build && next export && mv out appro-admin", + "build": "next build", "start": "next start", - "lint": "eslint" + "lint": "eslint", + "prepare": "git config core.hooksPath .githooks || true" }, "dependencies": { "@heroicons/react": "^2.2.0",