rm -rf seems to be used - which is not portable to windows. The windows build instructions suggest npm ci which will run the clean command and break.
other places in the build file seem to do rm -rf.
Is there interests in porting these scripts to a windows like shell? or is there a smarter work around?
rm -rfseems to be used - which is not portable to windows. The windows build instructions suggestnpm ciwhich will run the clean command and break.other places in the build file seem to do rm -rf.
Is there interests in porting these scripts to a windows like shell? or is there a smarter work around?