Skip to content

Bump @vitejs/plugin-legacy from 4.1.1 to 5.4.3 #377

Bump @vitejs/plugin-legacy from 4.1.1 to 5.4.3

Bump @vitejs/plugin-legacy from 4.1.1 to 5.4.3 #377

Workflow file for this run

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