Add example-plugin-2 to directory
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user