Skip to content

Commit

Permalink
ci: 🐝 update husky config
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab committed May 25, 2022
1 parent 9ce7e22 commit 5a39866
Show file tree
Hide file tree
Showing 3 changed files with 485 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

pnpx --no-install commitlint --edit "$1"
pnpm commitlint --edit "$1"
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@sveltejs/adapter-static": "^1.0.0-next.32",
"@sveltejs/kit": "^1.0.0-next.344",
"@types/object-hash": "^2.2.1",
"commitlint": "^17.0.1",
"dayjs": "^1.11.2",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
Expand Down
Loading

0 comments on commit 5a39866

Please sign in to comment.