File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ coverage
1111.todo
1212site /
1313__pycache__
14- tmp /
14+ tmp /
15+ manifest.chrome.json
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments