Skip to content

Update README.md to fix angular CLI package typo #49

Update README.md to fix angular CLI package typo

Update README.md to fix angular CLI package typo #49

Workflow file for this run

name: CI
on:
pull_request:
permissions:
actions: read
contents: read
jobs:
pr:
runs-on: ubuntu-latest
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci --legacy-peer-deps
- uses: nrwl/nx-set-shas@v4
- run: npx nx affected -t lint test build