mirror of
https://github.com/pheralb/svgl.git
synced 2025-03-12 08:00:35 +08:00
🔧 Add prebuild command.
This commit is contained in:
parent
6273f84486
commit
7562edb413
@ -15,7 +15,8 @@
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"host": "vite dev --host",
|
||||
"build": "vite build",
|
||||
"build": "pnpm run prebuild && vite build",
|
||||
"prebuild": "cd ./check-size && npm run start",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
|
Loading…
x
Reference in New Issue
Block a user