diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f652132..c3c3168 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,3 +28,7 @@ jobs: run: npm run lint - name: Run vite build run: npm run build + - name: Publish artifacts + run: npm run publish + env: + GH_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file diff --git a/README.md b/README.md index adeecfc..884c453 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,13 @@ npm install npm run dev ``` +### Local Development Electron +Make sure you have the local environment (`Local Development`) enabled before running Electron: + +```bash +npm run electron +``` + ### Build ```bash