chore: sync

This commit is contained in:
lisonge
2023-08-29 11:43:22 +08:00
parent e885877913
commit 7dfbe6e9f3
4 changed files with 11 additions and 5 deletions

View File

@@ -1,4 +1,9 @@
pnpm build
try {
pnpm build
} catch {
Write-Host "An error occurred: $_"
return
}
git add '.'
git commit -m 'chore: sync'
git push