@pmnps/plugin-clean-node-modules
v4.5.0
Published
This is a pmnps plugin for cleaning node_modules in packages when the pkg manager is changed.
Maintainers
Readme
@pmnps/plugin-clean-node-modules
The monorepo manage tool pmnps watches changes of package.json files for building a useful monorepo package workspaces. This plugin helps it to clean node_modules folders in project, when the pkg manager field core is changed.
Usage
Config the .pmnpsrc.json:
{
...,
"plugins":[
"@pmnps/plugin-clean-node-modules"
]
}