Skip to content

Merge branch 'master' into angular-16 #24

Merge branch 'master' into angular-16

Merge branch 'master' into angular-16 #24

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