This commit is contained in:
Nicolas Gallagher
2022-08-25 11:04:00 -07:00
parent 290cae2a38
commit bd409f6a15
8 changed files with 29 additions and 66 deletions
+2
View File
@@ -59,6 +59,8 @@ workspaces.forEach(({ directory, packageJson, packageJsonPath }) => {
);
});
execSync('npm install');
// Commit changes
if (!skipGit) {
// add changes