Skip to content

Commit

Permalink
Bug 1757701 - [puppeteer] Allow to skip the installation of Husky in …
Browse files Browse the repository at this point in the history
…the prepare step. r=webdriver-reviewers,jdescottes

Differential Revision: https://phabricator.services.mozilla.com/D145857
  • Loading branch information
whimboo committed May 17, 2022
1 parent fed5cd9 commit 4a53582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote/test/puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"assert-unit-coverage": "cross-env COVERAGE=1 mocha --config mocha-config/coverage-tests.js",
"funit": "cross-env PUPPETEER_PRODUCT=firefox npm run unit",
"test": "npm run tsc && npm run lint --silent && npm run unit-with-coverage && npm run test-browser",
"prepare": "node typescript-if-required.js && husky install",
"prepare": "node typescript-if-required.js && ([[ $HUSKY = 0 ]] || husky install)",
"prepublishOnly": "npm run build",
"dev-install": "npm run tsc && node install.js",
"install": "node install.js",
Expand Down

0 comments on commit 4a53582

Please sign in to comment.