chore: Disable branch execution (#125)

This commit is contained in:
Shohei Ueda
2020-01-18 00:44:07 +09:00
committed by GitHub
parent 57168bc2bc
commit 7dc067063b
3 changed files with 75 additions and 5328 deletions

View File

@@ -15,8 +15,7 @@
"husky": {
"skipCI": true,
"hooks": {
"pre-commit": "lint-staged",
"post-commit": "npm run build && echo '⚠️ Do not forget to Commit and Push ./lib/index.js'"
"pre-commit": "lint-staged"
}
},
"lint-staged": {