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