mirror of
https://github.com/actions/setup-java.git
synced 2025-05-21 18:01:46 +00:00
build: remove unused configuration for husky
980efe83e2
removed the dependency
on husky, then this configuration is also needless.
This commit is contained in:
parent
e230fbfc91
commit
be74ae2f15
@ -42,11 +42,5 @@
|
||||
"prettier": "^1.19.1",
|
||||
"ts-jest": "^26.5.3",
|
||||
"typescript": "^4.2.3"
|
||||
},
|
||||
"husky": {
|
||||
"skipCI": true,
|
||||
"hooks": {
|
||||
"pre-commit": "npm run build && npm run format"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user