Skip to content

Merge branch 'main' of https://github.com/NovaUniverse/MCTournamentSy… #189

Merge branch 'main' of https://github.com/NovaUniverse/MCTournamentSy…

Merge branch 'main' of https://github.com/NovaUniverse/MCTournamentSy… #189

Workflow file for this run

name: Build WebUI
on:
- push
- pull_request
jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
working-directory: ./ReactUI
run: pnpm install
- name: Build
working-directory: ./ReactUI
run: pnpm run build