Skip to content

Fixed error reporter not checking for undefined handled key #100

Fixed error reporter not checking for undefined handled key

Fixed error reporter not checking for undefined handled key #100

Workflow file for this run

name: Build GUI
on: pull_request
jobs:
linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup npm
uses: actions/setup-node@v4
- name: Build npm
run: |
cd src/tribler/ui/
npm install
npm run build