There was an error while loading. Please reload this page.
1 parent 1d17394 commit f833c7cCopy full SHA for f833c7c
1 file changed
package.json
@@ -16,7 +16,7 @@
16
"lint:firefox": "web-ext lint -s dist",
17
"pack:chrome": "bun scripts/package.mjs",
18
"sign:firefox": "web-ext sign -s dist -a web-ext-artifacts",
19
- "publish:firefox": "web-ext sign -s dist -a web-ext-artifacts --channel=listed --amo-metadata=.amo-metadata.json",
+ "publish:firefox": "web-ext sign -s dist -a web-ext-artifacts --channel=listed --amo-metadata=.amo-metadata.json --use-submission-api",
20
"version": "bun scripts/version.mjs",
21
"publish:chrome": "bun scripts/version.mjs | xargs -I{} bash -lc 'bunx chrome-webstore-upload-cli upload --source tabula-{}-chrome.zip --extension-id $CHROME_EXTENSION_ID && bunx chrome-webstore-upload-cli publish --extension-id $CHROME_EXTENSION_ID'"
22
},
0 commit comments