Skip to content

Bump vite-plugin-pwa from 0.20.5 to 0.21.0 #375

Bump vite-plugin-pwa from 0.20.5 to 0.21.0

Bump vite-plugin-pwa from 0.20.5 to 0.21.0 #375

name: Build gui
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
submodules: recursive
- name: Install dependencies
run: |
npm install
- name: Build GUI
run: |
npm run build