Skip to content

Commit

Permalink
fix(ci): fix nx-cloud not found
Browse files Browse the repository at this point in the history
  • Loading branch information
jogelin committed Dec 16, 2024
1 parent 2e52873 commit cd1d5e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions e2e/utils/global-setup.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
import { execSync } from 'node:child_process';
import { startLocalRegistryAndRelease, stopLocalRegistry } from './local-registry.utils';

let teardownHappened = false;

export async function setup() {
await startLocalRegistryAndRelease();

execSync('npm install -g create-huge-nx', { stdio: 'inherit' });
}

export async function teardown() {
Expand Down

0 comments on commit cd1d5e0

Please sign in to comment.