Fix tests from upstream changes and add testing to lint staged and ci (#4127)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user