Skip to content

Commit ecc05f2

Browse files
committed
Remove husky
1 parent 1a056c5 commit ecc05f2

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.prettierignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
node_modules
2-
coverage
3-
dist
2+
/**/dist
43
.angular

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111
"check": "npm run lint && npm run test && npm run prettier-check",
1212
"package": "npm run build-lib && npm run npm-pack"
1313
},
14-
"husky": {
15-
"hooks": {
16-
"pre-commit": "npm run check"
17-
}
18-
},
1914
"jest": {
2015
"roots": [
2116
"<rootDir>/projects/train-platform/src"
@@ -71,7 +66,6 @@
7166
"@typescript-eslint/eslint-plugin": "5.17.0",
7267
"@typescript-eslint/parser": "5.17.0",
7368
"eslint": "^8.12.0",
74-
"husky": "^4.3.0",
7569
"jest": "^28.1.0",
7670
"ng-packagr": "^13.3.1",
7771
"ngx-build-plus": "^13.0.1",

0 commit comments

Comments
 (0)