Skip to content

Commit

Permalink
chore: make yarn d open about:debugging and about:addons on start
Browse files Browse the repository at this point in the history
  • Loading branch information
gyng committed Dec 27, 2018
1 parent 88793f5 commit 60eb38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "env -u WEB_EXT_API_KEY -u WEB_EXT_API_SECRET web-ext build --overwrite-dest -i test docs yarn.lock yarn-error.log",
"build:firefox:submit": "web-ext sign",
"d": "env -u WEB_EXT_API_KEY -u WEB_EXT_API_SECRET web-ext run --verbose",
"d": "env -u WEB_EXT_API_KEY -u WEB_EXT_API_SECRET web-ext run --verbose --start-url about:debugging --start-url about:addons",
"d:noenv": "web-ext run --verbose",
"d:win:stable": "web-ext run --verbose --firefox=\"C:/Program Files/Mozilla Firefox/firefox.exe\" -s=\".\"",
"d:win:nightly": "web-ext run --verbose --firefox=\"C:/Program Files/Nightly/firefox.exe\" -s=\".\"",
Expand Down

0 comments on commit 60eb38c

Please sign in to comment.