Skip to content

Commit 34f9291

Browse files
authored
Update package.json
1 parent 8495423 commit 34f9291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",
7-
"build": "vite build",
87
"preview": "vite preview",
9-
"deploy": "gh-pages -d build -t true",
8+
"build": "vite build && touch build/.nojekyll",
9+
"deploy": "gh-pages -d build --dotfiles",
1010
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
1111
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
1212
"lint": "prettier --plugin-search-dir . --check . && eslint .",

0 commit comments

Comments
 (0)