Fix tests from upstream changes and add testing to lint staged and ci (#4127)

This commit is contained in:
Zane
2025-08-19 09:09:34 -07:00
committed by GitHub
parent 5c1789a6fc
commit 867752a71e
7 changed files with 75 additions and 59 deletions
+2 -1
View File
@@ -143,7 +143,8 @@
"src/**/*.{ts,tsx}": [
"bash -c 'npm run typecheck'",
"eslint --fix --max-warnings 0 --no-warn-ignored",
"prettier --write"
"prettier --write",
"bash -c 'npm run test:run'"
],
"src/**/*.{css,json}": [
"prettier --write"