mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 14:39:30 +08:00
test build
This commit is contained in:
parent
8f2ca3c704
commit
0f2ad29cf5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
"build": "npm-run-all -s tsc urara:build kit:build clean",
|
||||
"preview": "vite preview",
|
||||
"dev:urara": "node urara.js watch",
|
||||
"dev:kit": "export NODE_OPTIONS=--max_old_space_size=7680 && MODE=development svelte-kit dev",
|
||||
"dev:kit": "export NODE_OPTIONS=--max_old_space_size=8192 && MODE=development svelte-kit dev",
|
||||
"build:urara": "node urara.ts build",
|
||||
"build:kit": "export NODE_OPTIONS=--max_old_space_size=8192 && svelte-kit build",
|
||||
"check": "svelte-check --tsconfig ./tsconfig.json",
|
||||
|
|
Loading…
Reference in a new issue