diff options
Diffstat (limited to '')
| -rw-r--r-- | package.json | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/package.json b/package.json index 852134f..3f23637 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@    },    "husky": {      "hooks": { -      "pre-commit": "yarn lint --quiet && yarn test -o --silent" +      "pre-commit": "yarn lint --quiet"      }    }  } | 
