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

Commit ceb3d69

Browse files
committed
🔨 chore: add husky
1 parent e2eae3b commit ceb3d69

File tree

6 files changed

+551
-4
lines changed

6 files changed

+551
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
dist
33
.env
44
.vscode
5+
.husky/_

.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 format:quick

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ docs
66
.prettierignore
77
.vscode
88
.github
9+
.husky

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
- Add husky git hooks
6+
37
## 0.1.1
48

59
- Bump dependencies

0 commit comments

Comments
 (0)