diff --git a/.husky/pre-commit b/.husky/pre-commit index 5b20d85..bc31f9e 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,3 +2,4 @@ . "$(dirname -- "$0")/_/husky.sh" yarn pretty-quick --staged +yarn test:ci diff --git a/app/controllers/index.ts b/app/controllers/index.ts index 8d6fc88..24dad7b 100644 --- a/app/controllers/index.ts +++ b/app/controllers/index.ts @@ -1,2 +1 @@ -export * from "./.gitkeep"; export * from "./UserController";