From 5743694bdc83c211ae4398ab3fe2dcd759d5147e Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Tue, 7 May 2024 17:03:49 -0400 Subject: [PATCH] dotfiles --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d02e549..a37fda2 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "scripts": { "dev": "vite dev", "build": "vite build", - "publish": "NODE_ENV=production vite build && gh-pages -d build", + "publish": "NODE_ENV=production vite build && gh-pages -d build -t true", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",