From 02628e02aba1f683459f7650d3926c8dfdc4baa8 Mon Sep 17 00:00:00 2001 From: gibbyb Date: Sat, 5 Oct 2024 18:05:28 -0500 Subject: [PATCH] fix commands --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0068b2..964266f 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "start": "next start", "generate-apple-secret": "tsx src/scripts/generate_apple_secret.ts", "go": "git pull && next dev", - "goprod": "git pull && next build && next start" + "goprod": "next build && next start" }, "dependencies": { "@auth/drizzle-adapter": "^1.4.2",