Skip to content

Merge pull request #550 from webcat12345/angular-17 #47

Merge pull request #550 from webcat12345/angular-17

Merge pull request #550 from webcat12345/angular-17 #47

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Install and Build 🔧
run: |
npm ci
npm run build_lib
npm run build