TRy again

This commit is contained in:
Gregory Schier
2024-07-19 11:02:15 -07:00
parent 0ed5c61fac
commit d630f4362c

View File

@@ -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: ''});