added yarn install on update
This commit is contained in:
Generated
+6398
File diff suppressed because it is too large
Load Diff
@@ -80,6 +80,9 @@ module.exports = {
|
||||
|
||||
await runCmd('git pull --ff-only origin main', repoRoot);
|
||||
|
||||
print.info(chalk.yellow('Running yarn install...'));
|
||||
await runCmd('yarn install', repoRoot);
|
||||
|
||||
print.info(chalk.yellow('Running yarn build...'));
|
||||
await runCmd('yarn build', repoRoot);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user