canonn-science / CAPIv2-Updater

Nodejs based tool to update the Canonn API with planetary and stellar data from EDSM
GNU General Public License v3.0
1 stars 0 forks source link

Replace package.json build scripts. #4

Closed coldwhitelight closed 5 years ago

coldwhitelight commented 5 years ago

Replace

"clean": "rm -rf build && mkdir build",
"build": "npm run clean && babel src -d build",

in package JSON with something that also works on Windows. Sugested by stackoverflow: https://github.com/isaacs/rimraf Also, look for some easier method.

coldwhitelight commented 5 years ago

@derrickmehaffy Fixed by #12. Check if rimraf works with unix systems.