Skip to content

Commit 66ee6ea

Browse files
committed
Fix concurrently empty command
1 parent 93b07f5 commit 66ee6ea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/webpack-test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,7 @@ const startSampleAndRun = async () => {
125125
const waitOnOption = `tcp:127.0.0.1:${frameworkPort[framework]}`;
126126

127127
// commands
128-
const runApp =
129-
build === runAppOnDev(params);
128+
const runApp = runAppOnDev(params);
130129
const runCypress = `wait-on -t ${defaultTimeout} ${waitOnOption} && cypress run --browser ${browser} --headless --config baseUrl=http://localhost:${frameworkPort[framework]} --spec "cypress/e2e/${framework}/${testFile}.spec.*"`;
131130

132131
return concurrently(

0 commit comments

Comments
 (0)