Skip to content

Commit 8160e45

Browse files
committed
🏗 build: Update to use Firefox Developper Edition
1 parent 883a3d2 commit 8160e45

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ coverage
1111
.todo
1212
site/
1313
__pycache__
14-
tmp/
14+
tmp/
15+
manifest.chrome.json

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"dev": "rollup -c",
2121
"dev:watch": "rollup -c -w",
2222
"build": "NODE_ENV=production rollup -c",
23-
"predev:ff": "source ./.venv/bin/activate && python scripts/release-mv2-mv3.py --to-firefox",
24-
"dev:ff": "web-ext run --reload --url 'about:debugging#/runtime/this-firefox'",
23+
"predev:ff": "./.venv/bin/python scripts/release-mv2-mv3.py --to-firefox",
24+
"dev:ff": "web-ext run --url 'about:debugging#/runtime/this-firefox' --firefox=deved -p dev-edition-default",
2525
"postdev:ff": "python scripts/release-mv2-mv3.py --from-firefox"
2626
},
2727
"repository": {

0 commit comments

Comments
 (0)