Skip to content

Enhanced logs and workaround pushing next button #9

Enhanced logs and workaround pushing next button

Enhanced logs and workaround pushing next button #9

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: current
- run: npm ci
- name: Build
run: npm run build