add readme electron, publish test build.yml

This commit is contained in:
DNLRQ 2024-11-30 12:03:36 -07:00
parent 1fdf45de3c
commit be7e00098f
2 changed files with 11 additions and 0 deletions

View File

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

View File

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