chore: Disable autorun ncc

This commit is contained in:
peaceiris 2020-01-18 00:34:48 +09:00
parent b2217ce117
commit 346032eba2

View file

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