Skip to content

Commit c37e6f7

Browse files
committed
chore(package): update start-chromium command to specify target
1 parent 39571aa commit c37e6f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "web-ext build --overwrite-dest",
1313
"run": "web-ext run",
1414
"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"
15+
"start-chromium": "web-ext run --target=chromium --chromium-profile ~/.config/chromium/webhooks --keep-profile-changes --profile-create-if-missing"
1616
},
1717
"keywords": [],
1818
"author": "",

0 commit comments

Comments
 (0)