Skip to content

Commit

Permalink
test: fix e2e tests for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Mar 7, 2024
1 parent c3c156b commit 5ce0df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/scripts/start-local-registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ export default async () => {
execFileSync(
nx,
['run-many', '--targets', 'publish', '--ver', '0.0.0-e2e', '--tag', 'e2e'],
{ env: process.env, stdio: 'inherit' },
{ env: process.env, stdio: 'inherit', shell: true },
);
};

0 comments on commit 5ce0df9

Please sign in to comment.