diff options
| author | Dhravya <[email protected]> | 2024-04-10 15:57:23 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-04-10 15:57:23 -0700 |
| commit | 2097291582870ae4e72be8c7ed01f4cedcfc6c0b (patch) | |
| tree | b45793a2a4ca823ca0fe5eb937f2a7875485bad5 /package.json | |
| parent | added pre commit hook (diff) | |
| download | supermemory-2097291582870ae4e72be8c7ed01f4cedcfc6c0b.tar.xz supermemory-2097291582870ae4e72be8c7ed01f4cedcfc6c0b.zip | |
remove prepaer
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package.json b/package.json index 59aa7575..1e1b4e93 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ "build": "dotenv -- turbo run build", "dev": "dotenv -- turbo run dev --filter=!cf-ai-backend", "lint": "dotenv -- turbo run lint", - "start": "dotenv -- turbo run start", - "prepare": "husky" + "start": "dotenv -- turbo run start" }, "lint-staged": { "**/*": "prettier --write --ignore-unknown" @@ -70,4 +69,4 @@ "tailwind-scrollbar": "^3.1.0", "tailwindcss-animate": "^1.0.7" } -}
\ No newline at end of file +} |