Skip to content

Commit

Permalink
fix(cli): add missing workspaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu96 authored and adrians5j committed Oct 20, 2021
1 parent 9d19cff commit 9cb126b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/commands/upgrade/upgrades/5.16.0/index.js
Expand Up @@ -292,9 +292,10 @@ module.exports = {
/**
* Update workspaces in root package.json.
*/
context.info(" Update workspaces in root package.json...");
context.info("Update workspaces in root package.json...");
const rootPackageJson = path.join(context.project.root, "package.json");
await addWorkspaceToRootPackageJson(rootPackageJson, [
"api/code/pageBuilder/updateSettings",
"api/code/pageBuilder/importPages/*",
"api/code/pageBuilder/exportPages/*"
]);
Expand Down

0 comments on commit 9cb126b

Please sign in to comment.