Adding in start script to run everything I need to deploy to surge, and auto open in my browser

This commit is contained in:
Frank Delaguila
2022-10-05 01:02:36 -06:00
parent 61ae765ec1
commit 058ca34489

View File

@@ -4,7 +4,7 @@
"description": "", "description": "",
"main": "scripts.js", "main": "scripts.js",
"scripts": { "scripts": {
"start": "npm run test && node scraper.js", "start": "npm run test && node scraper.js && surge --domain puppeteer-scraping-example.surge.sh && open http://puppeteer-scraping-example.surge.sh",
"test": "jest" "test": "jest"
}, },
"keywords": [], "keywords": [],