Skip to content

Commit

Permalink
test: use version 0.0.0-e2e for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Nov 3, 2023
1 parent db0594c commit 43b9747
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 @@ -19,7 +19,7 @@ export default async () => {
const nx = require.resolve('nx');
execFileSync(
nx,
['run-many', '--targets', 'publish', '--ver', '1.0.0', '--tag', 'e2e'],
['run-many', '--targets', 'publish', '--ver', '0.0.0-e2e', '--tag', 'e2e'],
{ env: process.env, stdio: 'inherit' },
);
};

0 comments on commit 43b9747

Please sign in to comment.