Skip to content

Commit 9e6ed11

Browse files
committed
Modify success condition of concurrently
1 parent 659aa8a commit 9e6ed11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/webpack-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ const startSampleAndRun = async () => {
147147
[runApp, runCypress],
148148
{
149149
killOthers: ['success', 'failure'],
150-
successCondition: ['first'],
150+
successCondition: ['second'],
151151
}
152152
);
153153
return result.then(() => {

0 commit comments

Comments
 (0)