From 330e2ac04dea70dc26799c3c7dc3b1c2e644e650 Mon Sep 17 00:00:00 2001 From: damienbod Date: Sun, 6 Oct 2024 20:46:05 +0200 Subject: [PATCH] npm madness --- .github/workflows/dotnet.yml | 2 +- README.md | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 9bfe61a..8308d90 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -24,7 +24,7 @@ jobs: - name: npm setup working-directory: ui - run: npm install + run: npm install --force - name: ui-nx-build working-directory: ui diff --git a/README.md b/README.md index c45a7bd..ced2805 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,18 @@ Or just open Visual Studio and run the solution. - Angular - Nx +## Angular nx Updates + +``` +nx migrate latest + +nx migrate --run-migrations=migrations.json +``` + +## History + +- 2024-10-06 Updated Angular 18.2.7 +- ## Links https://github.com/damienbod/bff-aspnetcore-angular