Skip to content

Bump vite-plugin-pwa from 0.14.7 to 0.16.5 #86

Bump vite-plugin-pwa from 0.14.7 to 0.16.5

Bump vite-plugin-pwa from 0.14.7 to 0.16.5 #86

Workflow file for this run

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