Skip to content

Commit

Permalink
ci(test): test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jogelin committed Dec 14, 2024
1 parent 7810d8e commit 6141fa8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions e2e/utils/create-huge-nx-workspace.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,7 @@ export function runCommand(command: string, cwd: string): string {
stdio: 'pipe',
env: {
...process.env,
CI: 'true',
npm_config_registry: 'http://localhost:4873',
NX_DAEMON: 'false',
NX_SKIP_NX_CACHE: 'false',
FORCE_COLOR: 'false',
},
encoding: 'utf-8',
});
Expand Down

0 comments on commit 6141fa8

Please sign in to comment.