chore: sync plugin manifest metadata from package

This commit is contained in:
ming
2026-04-02 20:07:00 +08:00
parent a74ff0034f
commit 16f79d6f71
3 changed files with 100 additions and 8 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
},
"scripts": {
"dev": "npm run build-and-sync",
"build": "node scripts/build-hooks.js",
"build": "node scripts/sync-plugin-manifests.js && node scripts/build-hooks.js",
"build-and-sync": "npm run build && npm run sync-marketplace && sleep 1 && cd ~/.claude/plugins/marketplaces/thedotmack && npm run worker:restart",
"sync-marketplace": "node scripts/sync-marketplace.cjs",
"sync-marketplace:force": "node scripts/sync-marketplace.cjs --force",