mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-18 15:33:52 +01:00
Add debug
This commit is contained in:
@@ -9,9 +9,10 @@ if (!PLUGINS_DIR) {
|
||||
}
|
||||
|
||||
console.log('Installing dependencies', PLUGINS_DIR);
|
||||
execSync('which npm', {cwd: PLUGINS_DIR});
|
||||
execSync('npm ci', {cwd: PLUGINS_DIR});
|
||||
console.log('Building plugins', PLUGINS_DIR);
|
||||
execSync('npm run build', {cwd: PLUGINS_DIR});
|
||||
execSync('npm run build', {cwd: PLUGINS_DIR, shell: ''});
|
||||
|
||||
const pluginsRoot = path.join(PLUGINS_DIR, 'plugins');
|
||||
for (const name of readdirSync(pluginsRoot)) {
|
||||
|
||||
Reference in New Issue
Block a user