Skip to content

Commit

Permalink
Merge branch 'master' into test/basic-test-env-setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jszuminski authored Mar 25, 2024
2 parents 90a55e1 + b46a06b commit bdcbfe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
"scripts": {
"install": "node install.js",
"prestart": "rm -rf tmp && node node_modules/puppeteer/install.js",
"prestart": "rm -rf tmp && node node_modules/puppeteer/install.mjs",
"start": "node bin/cli.js --enableServer 1 --logLevel 2",
"eslint-check": "eslint ./",
"lint": "eslint ./ --fix",
Expand All @@ -30,7 +30,7 @@
"http-tests-single": "node tests/http/http_test_runner_single.js",
"node-tests": "node tests/node/node_test_runner.js",
"node-tests-single": "node tests/node/node_test_runner_single.js",
"prepare": "husky install",
"prepare": "husky install || true",
"build": "rollup -c",
"unit:test": "node --experimental-vm-modules node_modules/jest/bin/jest.js"
},
Expand Down

0 comments on commit bdcbfe9

Please sign in to comment.