Adding in start script to run everything I need to deploy to surge, and auto open in my browser
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "",
|
||||
"main": "scripts.js",
|
||||
"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"
|
||||
},
|
||||
"keywords": [],
|
||||
|
||||
Reference in New Issue
Block a user