Skip to content

[src/app/api/auth/auth.service.ts] Implement logout properly (with HT… #80

[src/app/api/auth/auth.service.ts] Implement logout properly (with HT…

[src/app/api/auth/auth.service.ts] Implement logout properly (with HT… #80

Workflow file for this run

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