Skip to content

Updated feed notification types; #208

Updated feed notification types;

Updated feed notification types; #208

Workflow file for this run

name: CI Build
on:
workflow_dispatch:
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '20.x'
registry-url: 'https://npm.pkg.github.com'
# Defaults to the user or organization that owns the workflow file
scope: '@octocat'
- run: npm ci
- run: npm run build-libs
- run: npm run build --w ./packages/public-app
- run: npm run build --w ./packages/owner-app
- run: npm run build --w ./packages/chat-app
- run: npm run build --w ./packages/provisioning-app
- run: npm run test