Answers for "custom scripts in package.json"

0

custom scripts in package.json

"scripts": {
    "homedata": "node export.js homedata",
  },
 //In the terminal type
 npm run homedata
Posted by: Guest on August-28-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language