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