v2.2.0: audio compressor, Ko-Fi support, 11 new locale translations, website locale test

This commit is contained in:
Timo
2026-06-08 20:36:49 +02:00
parent f5db39b77b
commit 9e2abadf5a
33 changed files with 307 additions and 228 deletions
+1
View File
@@ -20,6 +20,7 @@ const checks = [
['popup syntax', 'node', ['-c', 'extension/popup.js']],
['background syntax', 'node', ['-c', 'extension/background.js']],
['locale coverage', 'node', ['scripts/test-locales.js']],
['website locale coverage', 'node', ['scripts/test-website-locales.mjs']],
['lint', 'npm', ['run', 'lint']],
['root production audit', 'npm', ['audit', '--omit=dev']],
['server production audit', 'npm', ['audit', '--omit=dev'], { cwd: path.join(repoRoot, 'server') }],