chore: Disable autorun ncc
This commit is contained in:
parent
b2217ce117
commit
346032eba2
1 changed files with 1 additions and 2 deletions
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue