fix typo
Some checks failed
Playwright Tests / test (push) Has been cancelled

This commit is contained in:
parent 079847fc38
commit 9d2355a9fe
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -8,7 +8,7 @@
"dev": "node esbuild.config.mjs", "dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json", "version": "node version-bump.mjs && git add manifest.json versions.json",
"test": "xvfb-maybe playright test" "test": "xvfb-maybe playwright test"
}, },
"keywords": [], "keywords": [],
"author": "", "author": "",