We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39571aa commit c37e6f7Copy full SHA for c37e6f7
package.json
@@ -12,7 +12,7 @@
12
"build": "web-ext build --overwrite-dest",
13
"run": "web-ext run",
14
"start-firefox": "web-ext run --firefox-profile ~/.mozilla/firefox/ehxu5l3z.webhooks --keep-profile-changes --profile-create-if-missing",
15
- "start-chromium": "web-ext run --chromium-profile ~/.config/chromium/webhooks --keep-profile-changes --profile-create-if-missing"
+ "start-chromium": "web-ext run --target=chromium --chromium-profile ~/.config/chromium/webhooks --keep-profile-changes --profile-create-if-missing"
16
},
17
"keywords": [],
18
"author": "",
0 commit comments