fix(release): lint as self-hosted to allow update_url in manifest

This commit is contained in:
Jordan Wages 2025-08-22 21:55:47 -05:00
commit 3192716e69

View file

@ -70,8 +70,8 @@ function run(cmd) {
} }
try { try {
// Lint before signing // Lint before signing (allow self-hosted update_url)
run('npx --yes web-ext lint --source-dir .'); run('npx --yes web-ext lint --source-dir . --self-hosted');
// Sign (unlisted) and place artifacts in releases/<version> // Sign (unlisted) and place artifacts in releases/<version>
const signCmd = [ const signCmd = [