Skip to content

LP2106666 .btn-default should match .btn-normal #5

LP2106666 .btn-default should match .btn-normal

LP2106666 .btn-default should match .btn-normal #5

Workflow file for this run

name: Run ng build --configuration production
on:
push:
paths:
- '.github/workflows/**'
- 'Open-ILS/src/eg2/**'
pull_request:
paths:
- '.github/workflows/**'
- 'Open-ILS/src/eg2/**'
defaults:
run:
working-directory: Open-ILS/src/eg2
jobs:
lint:
name: Run Angular build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: 'npm'
cache-dependency-path: Open-ILS/src/eg2/package-lock.json
- name: Install dependencies
run: npm ci --ignore-scripts
- name: build
run: npx ng build --configuration production