mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-25 21:13:04 +07:00
Add lint to pre-commit hook
This commit is contained in:
parent
d613c975f6
commit
706dfca1e6
@ -50,7 +50,7 @@
|
||||
"husky": {
|
||||
"skipCI": true,
|
||||
"hooks": {
|
||||
"pre-commit": "npm run build && npm run format && npm run release"
|
||||
"pre-commit": "npm run format && npm run lint && npm run build && npm run release"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user