Merge pull request #52 from kujaomega/master

Added post install script to build the puppeteer-cluster, and also ad…
This commit is contained in:
Nikolai Tschacher
2019-12-01 22:15:39 +01:00
committed by GitHub
2 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
"homepage": "https://scrapeulous.com/", "homepage": "https://scrapeulous.com/",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"postinstall": "cd src/puppeteer-cluster && npm install && npm run build",
"test": "mocha test/static_tests/" "test": "mocha test/static_tests/"
}, },
"keywords": [ "keywords": [