Skip to content

Attempt to make app.component standalone to match ng new --ssr outp… #68

Attempt to make app.component standalone to match ng new --ssr outp…

Attempt to make app.component standalone to match ng new --ssr outp… #68

Workflow file for this run

name: Angular build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Use Node.js LTS
uses: actions/setup-node@v3
with:
node-version: lts/*
- name: Build
run: |
npm i -g npm
npm i -g @angular/cli typescript
npm ci
ng build --configuration production