mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
feat: sync
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
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'
|
||||
8
scripts/sync.ts
Normal file
8
scripts/sync.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
await fetch(
|
||||
`https://registry-direct.npmmirror.com/@gkd-kit/subscription/sync`,
|
||||
{
|
||||
method: 'PUT',
|
||||
},
|
||||
);
|
||||
|
||||
export {};
|
||||
Reference in New Issue
Block a user