Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandermeij committed Apr 26, 2020
1 parent 5d3d936 commit caac46c
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
52 changes: 52 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"babel-loader": "^8.1.0",
"canvas": "^2.6.1",
"core-js": "^3.6.5",
"cross-env": "^7.0.2",
"escodegen": "^1.14.1",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
Expand Down Expand Up @@ -56,7 +57,7 @@
"yargs": "^11.1.1"
},
"scripts": {
"postinstall": "node -e \"require('child_process').execSync('PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js');\"",
"postinstall": "node -e \"require('child_process').execSync('cross-env PUPPETEER_PRODUCT=firefox node node_modules/puppeteer/install.js');\"",
"test": "gulp npm-test"
},
"repository": {
Expand Down

0 comments on commit caac46c

Please sign in to comment.