Skip to content
This repository was archived by the owner on Jan 2, 2022. It is now read-only.

Commit 7ecf748

Browse files
authored
feature/husky fix (#125)
* feat: Add husky * fix: precommit task
1 parent 7e06a8c commit 7ecf748

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npm run lint && npm run lint:css && npm run prettier-format && npm run test

0 commit comments

Comments
 (0)