mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01:00
TRy again
This commit is contained in:
@@ -9,7 +9,7 @@ if (!PLUGINS_DIR) {
|
||||
}
|
||||
|
||||
console.log('Installing dependencies', PLUGINS_DIR);
|
||||
execSync('which npm', {cwd: PLUGINS_DIR});
|
||||
execSync('which npm');
|
||||
execSync('npm ci', {cwd: PLUGINS_DIR});
|
||||
console.log('Building plugins', PLUGINS_DIR);
|
||||
execSync('npm run build', {cwd: PLUGINS_DIR, shell: ''});
|
||||
|
||||
Reference in New Issue
Block a user