Skip to content

Commit 267bf44

Browse files
authored
Merge pull request #72 from chantouchsek/feat/remove-endpoint-from-methods
Remove endpoint from methods
2 parents 3a8fe9d + 6f1d5c8 commit 267bf44

37 files changed

+5881
-7384
lines changed

.husky/commit-msg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
. "$(dirname "$0")/common.sh"
4+
5+
npx --no-install commitlint --edit ""
File renamed without changes.

.husky/pre-commit

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

0 commit comments

Comments
 (0)