Skip to content

ci(actions): Add library and app build #2

ci(actions): Add library and app build

ci(actions): Add library and app build #2

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