Skip to content

Commit

Permalink
Update tests/legacy-cli/e2e/utils/project.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Agius <alan.agius4@gmail.com>
  • Loading branch information
jbedard and alan-agius4 committed Jul 28, 2022
1 parent 358f4a5 commit 229ad9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/legacy-cli/e2e/utils/project.ts
Expand Up @@ -174,6 +174,7 @@ export function useCIDefaults(projectName = 'test-project') {

if (appTargets.serve) {
// Use a random port in serve.
appTargets.serve.options ?? = {};
appTargets.serve.options.port = 0;
}
});
Expand Down

0 comments on commit 229ad9e

Please sign in to comment.