🧰 🏁 adding build command and update start command

master
carlos-burelo 3 years ago
parent 5e45b9409e
commit afb2e2632c

@ -4,8 +4,9 @@
"description": "REST API written in Typescript and Node JS under the concept of Web Scraping, to extract data from the Monoschinos2.com page", "description": "REST API written in Typescript and Node JS under the concept of Web Scraping, to extract data from the Monoschinos2.com page",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node src/index.js", "start": "node dist/index.js",
"dev": "nodemon" "dev": "nodemon",
"build": "tsc"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",

Loading…
Cancel
Save