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

Build script missing #1

Closed derrickmehaffy closed 5 years ago

derrickmehaffy commented 5 years ago

No build script setup yet:

    "scripts": {
        "status": "nodemon --exec babel-node src/index.js status",
        "updateSystems": "nodemon --exec babel-node src/index.js updateSystems",
        "updateBodies": "nodemon --exec babel-node src/index.js updateBodies",
        "updateAll": "nodemon --exec babel-node src/index.js updateAll"
    },
derrickmehaffy commented 5 years ago

Build script added in the following branch https://github.com/canonn-science/Canonn-EDSM-Updater/tree/buildScript