|
hace 2 años | |
---|---|---|
.. | ||
lib | hace 2 años | |
CHANGELOG.md | hace 2 años | |
LICENSE | hace 2 años | |
README.md | hace 2 años | |
command.js | hace 2 años | |
index.js | hace 2 años | |
package.json | hace 2 años |
@lerna/diff
Diff all packages or a single package since the last release
Install lerna for access to the lerna
CLI.
$ lerna diff [package]
$ lerna diff
# diff a specific package
$ lerna diff package-name
Diff all packages or a single package since the last release.
Similar to
lerna changed
. This command runsgit diff
.