Is there a way to get npm to unbuild all the modules under node_modules? Something like npm rebuild that removes all build artifacts but doesn\'t rebuild them?
For windows environment:
"scripts": { "clean": "rmdir /s /q node_modules", ... }