Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.

Commit 4440013

Browse files
committed
add testbuild script
1 parent 235de3e commit 4440013

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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+
"testbuild": "rm -rf ./static/_app && vite build",
910
"preview": "vite preview",
1011
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1112
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",

0 commit comments

Comments
 (0)