Skip to content

Bump terser from 5.34.1 to 5.36.0 #363

Bump terser from 5.34.1 to 5.36.0

Bump terser from 5.34.1 to 5.36.0 #363

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