From 137bd3e3bbd90bf0b357acb0744606dc915bc8d8 Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 14 Dec 2022 06:42:12 +0800 Subject: [PATCH] update documentation --- README.md | 6 ++++++ package.json | 3 +++ 2 files changed, 9 insertions(+) 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/*"