mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-18 15:55:29 +08:00
13 lines
232 B
PowerShell
13 lines
232 B
PowerShell
try {
|
|
pnpm build
|
|
} catch {
|
|
Write-Host "An error occurred: $_"
|
|
return
|
|
}
|
|
git add '.'
|
|
git commit -m 'chore: sync'
|
|
git push
|
|
npm publish
|
|
sleep 1s
|
|
curl -X PUT 'https://registry-direct.npmmirror.com/@gkd-kit/subscription/sync'
|