Skip to content

Bump @sveltejs/vite-plugin-svelte from 2.2.0 to 2.4.6 #91

Bump @sveltejs/vite-plugin-svelte from 2.2.0 to 2.4.6

Bump @sveltejs/vite-plugin-svelte from 2.2.0 to 2.4.6 #91

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