|
преди 3 години | |
---|---|---|
.. | ||
CHANGELOG.md | преди 3 години | |
LICENSE | преди 3 години | |
README.md | преди 3 години | |
command.js | преди 3 години | |
index.js | преди 3 години | |
package.json | преди 3 години |
@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.