diff --git a/pages/package.json b/pages/package.json index 28bf8b2..b0b0eb5 100644 --- a/pages/package.json +++ b/pages/package.json @@ -6,7 +6,7 @@ "dev": "vite dev", "build": "vite build", "preview": "vite preview", - "deploy-pages": "npm run build && gh-pages -b Pages -d build -t true", + "deploy-pages": "npm run build && gh-pages -b Pages -d build -t", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "eslint ."