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
commit 9e6a555663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

@ -1 +1 @@
Subproject commit 221e6821d1d5d8c57bdf7b2cfef71d64dbf006a2
Subproject commit f333cd0ffc7d5dbbc1b7df255986c13f353672d8