try to fix build (#510)

This commit is contained in:
ABevier 2023-04-26 16:55:32 -04:00 committed by GitHub
parent d960776159
commit 154f95741f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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",