Added post install script to build the puppeteer-cluster, and also added the updated dependencies from puppeteer-cluster

This commit is contained in:
David Solé 2019-11-22 00:37:29 +01:00
parent 1694ee92d0
commit ca9f5f7f50
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