Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: nx upgrade 19.8.0 #36

Merged
merged 4 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,17 @@
- `npm i`
- `npx nx migrate --run-migrations`
- `npx nx format`
- `git commit -am "chore: nx upgrate to $NX_VER"`
- `git commit -am "chore: nx upgrade to $NX_VER"`
- inspect `npm outdated`
- `npm update`
- `npm audit fix`
- `git commit -am "chore: deps updated"`
- `npx nx affected:lint`
- `npx nx affected:lint --fix`
- `npx nx affected:test`
- `npx nx affected:e2e`
- `npx nx affected:e2e --parallel=1`
- `git commit -am "chore: fix lint and tests"`
- update versions of packages - minor / major according to NX (?)
- `cd packages/azure-func && npm version minor && cd ../..`
- `cd packages/upgrade-verify && npm version minor && cd ../..`
- add changes to CHANGELOGs
- `git commit -am "chore: package versions bumped"`

Expand Down
Loading
Loading