Skip to content

Translation updates - xtb files #250

Translation updates - xtb files

Translation updates - xtb files #250

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