Skip to content

build(deps): bump webpack and @angular-devkit/build-angular #120

build(deps): bump webpack and @angular-devkit/build-angular

build(deps): bump webpack and @angular-devkit/build-angular #120

Workflow file for this run

name: Node.js CI
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: nrwl/nx-set-shas@v2
- run: npm ci
- run: npx nx workspace-lint
- run: npx nx format:check
- run: npx nx run-many --target=lint --all
- run: npx nx run-many --target=test --all
- run: npx nx run dev-server:build
- run: npm run build:prod
env:
CI: true