Browse Source

fix: husky

xingyu 2 năm trước cách đây
mục cha
commit
6fe5b2e6c7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .husky/pre-commit

+ 1 - 1
.husky/pre-commit

@@ -4,5 +4,5 @@
 [ -n "$CI" ] && exit 0
 
 # Format and submit code according to lintstagedrc.js configuration
-# npm run ts:check
+npm run ts:check
 npm run lint:lint-staged