diff options
| author | Dhravya <[email protected]> | 2024-04-10 15:43:42 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-10 15:43:42 -0700 |
| commit | 4829578cb501436de4a34a516f868a2af5f70f6a (patch) | |
| tree | eda5f836330168c36ff6bb5156ed1cce56aaa014 /package.json | |
| parent | switch to next-auth beta because of build fails (diff) | |
| download | archived-supermemory-4829578cb501436de4a34a516f868a2af5f70f6a.tar.xz archived-supermemory-4829578cb501436de4a34a516f868a2af5f70f6a.zip | |
test
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/package.json b/package.json index 205865e2..8ceddc82 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "build": "dotenv -- turbo run build", "dev": "dotenv -- turbo run dev --filter=!cf-ai-backend", "lint": "dotenv -- turbo run lint", - "start": "dotenv -- turbo run start" + "start": "dotenv -- turbo run start", + "format": "prettier --write . && git add -A ." }, "devDependencies": { "@types/better-sqlite3": "^7.6.6", @@ -56,6 +57,7 @@ "framer-motion": "^11.0.6", "html-metadata": "^1.7.1", "html-metadata-parser": "^2.0.4", + "husky": "^9.0.11", "lucide-react": "^0.343.0", "next-auth": "beta", "nuqs": "^1.17.1", @@ -64,4 +66,4 @@ "tailwind-scrollbar": "^3.1.0", "tailwindcss-animate": "^1.0.7" } -} +}
\ No newline at end of file |