ci: fix husky setting
This commit is contained in:
parent
0a8ae224a4
commit
d9c2472d79
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
"skipCI": true,
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged",
|
||||
"post-commit": "npm run build && echo '⚠️ Do not forget to Commit and Push ./lib/index.js"
|
||||
"post-commit": "npm run build && echo '⚠️ Do not forget to Commit and Push ./lib/index.js'"
|
||||
}
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue