clean-script
2.0.0 • Public • Published clean-script


Naively one tries to run something like this:
test && cleanup
If tests fail cleanup will never be called though.
Try clean-script
instead:
npm i -g clean-script
clean-script 'test' 'cleanup'
MIT License
2015 Stephan Bönnemann
Install
npm i clean-script
Weekly Downloads