chore: sync

This commit is contained in:
lisonge
2023-07-04 11:20:13 +08:00
parent f8d9cf6b56
commit 23ad5537b1
8 changed files with 50 additions and 23 deletions

7
scripts/sync.ps1 Normal file
View File

@@ -0,0 +1,7 @@
pnpm build
git add '.'
git commit -m 'chore: sync'
git push
npm publish
sleep 1s
curl -I 'https://npmmirror.com/sync/@gkd-kit/subscription'

View File

@@ -1,4 +0,0 @@
pnpm build
git add './dist/*.json'
git commit -m 'chore: sync json'
git push