Skip to content

Commit

Permalink
npm madness
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbod committed Oct 6, 2024
1 parent 21eab3d commit 330e2ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 330e2ac

Please sign in to comment.