mirror of
https://git.suyu.dev/suyu/website
synced 2024-11-21 14:29:01 -07:00
add production build script
This commit is contained in:
parent
4f4ed579f1
commit
00478c1481
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"build-prod": "vite build && pm2 restart suyu-site",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
|
|
Loading…
Reference in a new issue