Skip to content

Commit

Permalink
fix: project.json's property devServerTarget is ignored currents-dev#24
Browse files Browse the repository at this point in the history
  • Loading branch information
osmolovyk authored Aug 31, 2023
1 parent ed4e2df commit f37a65c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/nx/src/executors/currents.impl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default async function cypressExecutor(
let success;

for await (const _baseUrl of startDevServer(options, context)) {
options.baseUrl = _baseUrl;
try {
success = await runCurrents(options);
if (!options.watch) break;
Expand Down

0 comments on commit f37a65c

Please sign in to comment.