mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-04-26 07:29:59 -07:00
installer-gui: add an npm prepare step
seems this is required due to https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md#minor-changes-34
This commit is contained in:
committed by
Brad Warren
parent
08920e02b8
commit
9e08e662ff
@@ -5,6 +5,7 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite dev",
|
||||
"prepare": "svelte-kit sync",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
|
||||
Reference in New Issue
Block a user