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:
Shohei Ueda
2019-09-22 15:45:20 +09:00
committed by GitHub
parent d7d48e3009
commit 71663ea875
3 changed files with 9 additions and 8 deletions

View File

@@ -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": {