There was an error while loading. Please reload this page.
1 parent 0ba36fb commit 73dd4c9Copy full SHA for 73dd4c9
1 file changed
.github/workflows/mv3.yml
@@ -57,8 +57,9 @@ jobs:
57
58
- name: Build
59
run: |
60
- jq ".version |= \"$VERSION\" | del(.browser_specific_settings.gecko.update_url) | del(.background.scripts)" manifest.json > manifest.json.tmp && mv manifest.json.tmp manifest.json
61
- web-ext lint --self-hosted
+ jq ".version |= \"$VERSION\" | del(.browser_specific_settings.gecko.update_url)" manifest.json > manifest.json.tmp && mv manifest.json.tmp manifest.json
+ web-ext lint --self-hosted --warnings-as-errors
62
+ jq "del(.background.scripts)" manifest.json > manifest.json.tmp && mv manifest.json.tmp manifest.json
63
web-ext build
64
65
- name: Create pre-release
0 commit comments