Skip to content

Commit

Permalink
add url target to distinguish between chrome and firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
hugolpz committed May 22, 2024
1 parent c9d7445 commit cf9e13b
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 @@ -14,8 +14,8 @@
"scripts": {
"postinstall": "bin/build.sh",
"web-ext:build": "web-ext build # zips all content but .git files",
"web-ext:test-firefox" : "web-ext run --source-dir ./ --url=fr.wikipedia.org --target=firefox-desktop # --verbose ",
"web-ext:test-chromium": "web-ext run --source-dir ./ --url=fr.wikipedia.org --target=chromium"
"web-ext:test-firefox" : "web-ext run --source-dir ./ --url=fr.wikipedia.org/wiki/Firefox --target=firefox-desktop",
"web-ext:test-chromium": "web-ext run --source-dir ./ --url=fr.wikipedia.org/wiki/Chromium --target=chromium"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit cf9e13b

Please sign in to comment.