mirror of
https://github.com/actions/setup-java.git
synced 2025-06-30 13:04:13 +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
1 changed files with 0 additions and 6 deletions
|
@ -42,11 +42,5 @@
|
||||||
"prettier": "^1.19.1",
|
"prettier": "^1.19.1",
|
||||||
"ts-jest": "^26.5.3",
|
"ts-jest": "^26.5.3",
|
||||||
"typescript": "^4.2.3"
|
"typescript": "^4.2.3"
|
||||||
},
|
|
||||||
"husky": {
|
|
||||||
"skipCI": true,
|
|
||||||
"hooks": {
|
|
||||||
"pre-commit": "npm run build && npm run format"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue