Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
theJiawen committed Oct 9, 2023
1 parent 0618938 commit b5b0a47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export class WorkspaceInstallManager extends BaseInstallManager {
this.options
);
if (colors.enabled) {
packageManagerEnv['FORCE_COLOR'] = '1';
packageManagerEnv.FORCE_COLOR = '1';
}

const commonNodeModulesFolder: string = path.join(
Expand Down

0 comments on commit b5b0a47

Please sign in to comment.