Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
add pre-push hook
Browse files Browse the repository at this point in the history
  • Loading branch information
panr committed Nov 1, 2021
1 parent de5d80a commit 15b173e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn build && git add . && git commit --amend --no-edit
8 changes: 1 addition & 7 deletions static/assets/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 8 additions & 7 deletions static/assets/prism.js

Large diffs are not rendered by default.

0 comments on commit 15b173e

Please sign in to comment.