Skip to content

Commit 7597548

Browse files
committed
adding gradle dep to install npm before testing
1 parent 54e7ae5 commit 7597548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick-start/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ task startRest {
151151

152152
task e2eLaunch(type: NpmTask) {
153153
args = ['run', 'e2e']
154-
dependsOn tasks.startRest
154+
dependsOn buildUI, startRest
155155
}
156156

157157
task e2eUI {

0 commit comments

Comments
 (0)