-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates versions in package-lock.json and adds update commands to the…
… README.md file
- Loading branch information
1 parent
8786a01
commit 773ccef
Showing
2 changed files
with
19 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## Updating library version in package-lock.json. | ||
|
||
Since the version of dependency `@orchestrator-ui/orchestrator-ui-components` is `*` for proper usage in our Turborepo, we still need to update package-lock.json to make the build command build the app with the latest library version. | ||
After publishing a new version to npm, the current repository need to be manually updated. | ||
|
||
Note: the command below can only be executed when the app is not part of the monorepo setup. | ||
|
||
```bash | ||
npm update @orchestrator-ui/orchestrator-ui-components | ||
npm update @orchestrator-ui/eslint-config-custom | ||
npm update @orchestrator-ui/jest-config | ||
npm update @orchestrator-ui/tsconfig | ||
``` |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.