Skip to content

Commit 463c5f6

Browse files
authored
replace pre commit with husky (#834)
* replace pre-commit with husky * replace pre-commit with husky
1 parent 6f10371 commit 463c5f6

File tree

3 files changed

+1371
-647
lines changed

3 files changed

+1371
-647
lines changed

.husky/pre-commit

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
npm run lint
2+
npm run typecheck
3+
npm run check-openapi
4+
npm run audit-prod
5+
npm run test:unit
6+
npm run test:system
7+
npm run build

0 commit comments

Comments
 (0)