commit hook handles this now
This commit is contained in:
parent
ddb9a85365
commit
274df98d1f
|
|
@ -14,9 +14,6 @@ if [ -n "$(git status --porcelain)" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
bun run build
|
||||
git commit -am "update build.js"
|
||||
|
||||
git push origin main
|
||||
git push gitea main
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user