Skip to content

remove not needed property #113

remove not needed property

remove not needed property #113

Workflow file for this run

name: Build
on:
- pull_request
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm ci
- run: npm run build