chore: multi-platform hooks and tests

pull/357/head
Webber 2022-03-26 18:41:01 +01:00
parent 0fc027d3a1
commit 490fbd3552
1 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,8 @@
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"prettier --write",
"eslint"
"eslint",
"jest --findRelatedTests"
],
"*.{json,md,yaml,yml}": [
"prettier --write"