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": "",
|
"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": [],
|
||||||
|
|||||||
Reference in New Issue
Block a user