diff --git a/README.md b/README.md index 2ff26e9..08c4a01 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ Setting up the workspace just run here: $ pnpm install ``` +# Build a GUI installer +This assumes you have installed the dev dependencies +``` +$ pnpm build:gui +``` + Refer to each package README.md for instructions on how to setup and contribue to them: * [tea/gui](./packages/gui/README.md) diff --git a/package.json b/package.json index d9c86df..0f360ab 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,9 @@ "name": "@tea/workspace", "author": "neil molina ", "private": true, + "scripts": { + "build:gui": "pnpm --filter gui exec tauri build" + }, "workspaces": { "packages": [ "packages/*"