We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fc553 commit f3c63ecCopy full SHA for f3c63ec
.husky/commit-msg
@@ -1,4 +1 @@
1
-#!/usr/bin/env sh
2
-. "$(dirname -- "$0")/_/husky.sh"
3
-
4
npx --no -- commitlint --edit $1
.husky/pre-commit
npx --no lint-staged
.husky/pre-push
@@ -1,6 +1,3 @@
rm -rf dist/ .angular/
5
npm run build:lib
6
npm run test:lib
0 commit comments