gha: use paths instead of paths-ignore (#41)
* gha: use paths instead of paths-ignore * docs: update from 3 sec to 4 sec * ci: update husky post-commit hook
This commit is contained in:
parent
d7d48e3009
commit
71663ea875
3 changed files with 9 additions and 8 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"skipCI": true,
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged",
|
||||
"post-commit": "npm run tsc && npm run build && git add ./lib/**/*.js ./node_modules && git commit -m \"deps: Husky commit correct node modules\""
|
||||
"post-commit": "npm run tsc && npm run build && echo 'Do not forget to Commit and Push ./lib and ./node_modules'"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue