We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6000957 commit 15a215fCopy full SHA for 15a215f
package.json
@@ -79,7 +79,7 @@
79
"husky": {
80
"hooks": {
81
"pre-commit": "pretty-quick --staged",
82
- "pre-push": "npm run generate:examples && git add examples/ && (git commit -m 'Updated examples' || return 0)"
+ "pre-push": "npm run generate:examples && (git add examples/ && git commit -m 'Updated examples' || echo 'No example changes')"
83
}
84
85
0 commit comments