mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 22:40:26 +01:00
Add npm ci to plugin builds
This commit is contained in:
@@ -13,6 +13,7 @@ async function main() {
|
||||
const pkg = JSON.parse(readFileSync(path.join(pluginDir, 'package.json'), 'utf8'));
|
||||
|
||||
console.log('Building plugin', pkg.name, pluginDir);
|
||||
execSync(`npm ci`, {cwd: pluginDir});
|
||||
execSync(`npm run build`, {cwd: pluginDir});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user