Spaces:
Sleeping
Sleeping
Commit
·
9807072
1
Parent(s):
4e3d6f3
fix: husky precommit
Browse files- .husky/pre-commit +3 -4
.husky/pre-commit
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
npm test && npm run lint && npx lint-staged
|
|
|
1 |
+
npm test
|
2 |
+
npm run lint
|
3 |
+
npx lint-staged
|
|