Skip to content

Commit 15a215f

Browse files
Fix prepush
1 parent 6000957 commit 15a215f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"husky": {
8080
"hooks": {
8181
"pre-commit": "pretty-quick --staged",
82-
"pre-push": "npm run generate:examples && git add examples/ && (git commit -m 'Updated examples' || return 0)"
82+
"pre-push": "npm run generate:examples && (git add examples/ && git commit -m 'Updated examples' || echo 'No example changes')"
8383
}
8484
}
8585
}

0 commit comments

Comments
 (0)