diff --git a/frontend/.husky/pre-commit b/frontend/.husky/pre-commit index ba30f26d..a998f15c 100644 --- a/frontend/.husky/pre-commit +++ b/frontend/.husky/pre-commit @@ -1,4 +1,7 @@ # hooks start from the project root directory + cd frontend -yarn lint:fix && yarn format +yarn lint:fix +yarn format +yarn compile diff --git a/frontend/src/components/common/Button/index.ts b/frontend/src/components/common/Button/index.ts index d5c33787..fe9c53c5 100644 --- a/frontend/src/components/common/Button/index.ts +++ b/frontend/src/components/common/Button/index.ts @@ -1,2 +1 @@ export { Button } from './Button'; -export type { StyleTypes, Variants, Props } from './Button.interface';