|
před 2 roky | |
---|---|---|
.. | ||
CHANGELOG.md | před 2 roky | |
LICENSE | před 2 roky | |
README.md | před 2 roky | |
command.js | před 2 roky | |
index.js | před 2 roky | |
package.json | před 2 roky |
@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.