mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
try to fix build (#510)
This commit is contained in:
parent
d960776159
commit
154f95741f
2 changed files with 2 additions and 0 deletions
|
@ -71,6 +71,7 @@ if [ ! -e modules/desktop/.env ]; then
|
|||
cp modules/desktop/.env.example modules/desktop/.env
|
||||
fi
|
||||
pnpm install
|
||||
pnpm run -r prepare
|
||||
```
|
||||
|
||||
## Build
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
"name": "@tea/ui",
|
||||
"version": "0.0.1",
|
||||
"scripts": {
|
||||
"prepare": "svelte-kit sync",
|
||||
"vite:dev": "vite dev",
|
||||
"build": "svelte-kit sync && svelte-package",
|
||||
"prepublishOnly": "echo 'Did you mean to publish `./package/`, instead of `./`?' && exit 1",
|
||||
|
|
Loading…
Reference in a new issue