aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-04-10 15:57:23 -0700
committerDhravya <[email protected]>2024-04-10 15:57:23 -0700
commit2097291582870ae4e72be8c7ed01f4cedcfc6c0b (patch)
treeb45793a2a4ca823ca0fe5eb937f2a7875485bad5
parentadded pre commit hook (diff)
downloadsupermemory-2097291582870ae4e72be8c7ed01f4cedcfc6c0b.tar.xz
supermemory-2097291582870ae4e72be8c7ed01f4cedcfc6c0b.zip
remove prepaer
-rw-r--r--package.json5
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
+}