Add example-plugin-2 to directory

This commit is contained in:
2026-04-17 02:07:52 +10:00
parent 42a1712175
commit 6b0759c794
3 changed files with 20 additions and 1 deletions

View File

@@ -48,6 +48,12 @@ for (const file of changedFiles) {
continue;
}
// Skip index.json - it's the manifest file, not a plugin definition
if (file === 'plugins/index.json') {
console.log(`✅ Index file updated`);
continue;
}
const pluginId = file.replace('plugins/', '').replace('.json', '');
// Check if file was added or removed