Skip to content

Commit

Permalink
fix: allow colors in CI (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy authored Aug 5, 2024
1 parent 64991f4 commit ff13ed7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export async function setupEnvironment(): Promise<EnvironmentData> {
YARN_ENABLE_IMMUTABLE_INSTALLS: 'false', // to avoid errors with mutated lockfile due to overrides
NODE_OPTIONS: '--max-old-space-size=6144', // GITHUB CI has 7GB max, stay below
ECOSYSTEM_CI: 'true', // flag for tests, can be used to conditionally skip irrelevant tests.
NO_COLOR: '1',
}
initWorkspace(workspace)
return { root, workspace, vitePath, cwd, env }
Expand Down

0 comments on commit ff13ed7

Please sign in to comment.