From e10b63d22bc287a1e2b0ec60dac4d7d300c64860 Mon Sep 17 00:00:00 2001 From: Elijah Melton Date: Tue, 29 Oct 2024 20:06:25 -0700 Subject: [PATCH] turn off ci --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1aa6764..b77fa47 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc -b && vite build", + "build": "CI=false && tsc -b && vite build", "serve": "vite preview", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview",