Skip to content

Commit f551285

Browse files
committed
feat: add deploy command to package.json
1 parent bcd2129 commit f551285

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"dev": "vite dev",
88
"build": "vite build",
9+
"deploy": "pnpm build && pnpx gh-pages -d build",
910
"preview": "vite preview",
1011
"prepare": "svelte-kit sync || echo ''",
1112
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",

0 commit comments

Comments
 (0)