d3-selection-multi
d3-selection-multi copied to clipboard
pretest script not working on Windows
Hi,
I just forked this repository, and after npm install, the pretest script failed on my computer (Windows 10). This seems to be due to the rm -rf build command, not recognized (though rm is supported by powerShell...).
By using rimraf, the pretest command works fine. Shall I submit this change as a PR?