We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d532d3 commit d32aedbCopy full SHA for d32aedb
pages/package.json
@@ -6,7 +6,7 @@
6
"dev": "vite dev",
7
"build": "vite build",
8
"preview": "vite preview",
9
- "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",
10
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
11
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
12
"lint": "eslint ."
0 commit comments