Skip to content

Commit

Permalink
fix(global): remove @lerna-lite/changed package
Browse files Browse the repository at this point in the history
  • Loading branch information
waldronmatt committed Sep 12, 2023
1 parent 63625e7 commit 783777e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 103 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,6 @@ Visualize the project structure/dependencies:
pnpm nx:graph
```

List local packages that have changed since the last tagged release:

```bash
pnpm changed
```

Preview the output result of the `version` command without actually executing it:

**Note**: Set your personal access token as an environment variable in your operating system as `GH_TOKEN` with the token unique identifier as the value.
Expand All @@ -155,7 +149,7 @@ pnpm preview:version
Preview the output result of the `publish` command without actually executing it:

```bash
pnpm preview:version
pnpm preview:publish
```

## NX Distributed Caching
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"dependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@lerna-lite/changed": "^2.5.1",
"@lerna-lite/cli": "^1.17.0",
"@lerna-lite/publish": "^2.5.1",
"@lerna-lite/version": "^2.5.1",
Expand Down
98 changes: 3 additions & 95 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 783777e

Please sign in to comment.