Skip to content

fix name

fix name #1

Workflow file for this run

name: build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/setup-node@v3.4.1
with:
node-version: 18
- run: npm ci && npm i typescript -g && cd client && npm ci
- run: npm run build
- run: npm run clean