|
il y a 2 ans | |
---|---|---|
.. | ||
CHANGELOG.md | il y a 2 ans | |
LICENSE | il y a 2 ans | |
README.md | il y a 2 ans | |
command.js | il y a 2 ans | |
index.js | il y a 2 ans | |
package.json | il y a 2 ans |
@lerna/clean
Remove the node_modules directory from all packages
Install lerna for access to the lerna
CLI.
$ lerna clean
Remove the node_modules
directory from all packages.
lerna clean
accepts all filter flags, as well as --yes
.
lerna clean
does not remove modules from the rootnode_modules
directory, even if you have the--hoist
option enabled.