Add npm script: deploy
This commit is contained in:
parent
bf0cf0932d
commit
ed349bb669
|
@ -7,6 +7,7 @@
|
|||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"preview": "firebase serve",
|
||||
"deploy": "npm run build && firebase deploy",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"lint": "prettier --plugin-search-dir . --check .",
|
||||
|
|
Loading…
Reference in New Issue