We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54e1f45 commit 082dd8eCopy full SHA for 082dd8e
.husky/commit-msg
@@ -1,4 +1,2 @@
1
#!/bin/sh
2
-. "$(dirname $0)/_/husky.sh"
3
-
4
yarn ng-dev commit-message pre-commit-validate --file $1 2>/dev/null
.husky/pre-commit
-. "$(dirname "$0")/_/husky.sh"
yarn ng-dev format staged;
package.json
@@ -3,7 +3,7 @@
"version": "0.0.0-{SCM_HEAD_SHA}",
"private": true,
5
"scripts": {
6
- "prepare": "husky install",
+ "prepare": "husky",
7
"ng-dev": "bash ./tools/local-dev.sh",
8
"lint": "yarn tslint -c tslint.json --project tsconfig.json",
9
"build-env-stamp": "tsx --tsconfig tsconfig.json ./ng-dev/release/stamping/_private_main.ts build-env-stamp",
0 commit comments