Skip to content

Commit 527d34a

Browse files
committed
chore(ci): lint and format on commit
1 parent c91e19b commit 527d34a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.husky/pre-commit

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
. "$(dirname "$0")/_/husky.sh"
33

44
npx --no-install lint-staged
5-
npm run build && npm run validate-tags
5+
npm run prettier && npm run lint:fix
6+
npm run build && npm run validate-tags

0 commit comments

Comments
 (0)