Skip to content

Commit

Permalink
Remove extraction log suppression code for Puppeteer
Browse files Browse the repository at this point in the history
This problem was fixed upstream in puppeteer/puppeteer#5741.
  • Loading branch information
timvandermeij committed Jul 26, 2020
1 parent c9f938c commit 8c43bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"yargs": "^11.1.1"
},
"scripts": {
"postinstall": "node -e \"require('child_process').execSync('cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js');\"",
"postinstall": "cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js",
"test": "gulp npm-test"
},
"repository": {
Expand Down

0 comments on commit 8c43bea

Please sign in to comment.