Skip to content

Commit

Permalink
Add npm run start-dev (#62)
Browse files Browse the repository at this point in the history
This PR adds "npm run start-dev" where we disable autohiding of popups
in the hopes of stemming the tide of "would never happen in the wild
bugs" like https://mozilla-hub.atlassian.net/browse/FXVPN-159.
  • Loading branch information
lesleyjanenorton authored Sep 23, 2024
1 parent 278c24c commit a59c396
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"addonslinter": "addons-linter --privileged src/",
"typecheck": "tsc --noEmit",
"build": "web-ext build --source-dir src --filename mozilla-vpn-extension.xpi",
"start": "web-ext run --verbose --source-dir src --pref=ui.popup.disable_autohide=true ",
"start-dev": "web-ext run --verbose --source-dir src --pref=ui.popup.disable_autohide=true",
"start": "web-ext run --verbose --source-dir src",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js --collect-coverage --detectOpenHandles"
},
"repository": {
Expand Down

0 comments on commit a59c396

Please sign in to comment.