Skip to content

Commit 404ee03

Browse files
committed
feat: fix
1 parent 1ba1ad1 commit 404ee03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

payment-frontend/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ task("buildAngular") {
4848
} else {
4949
commandLine("npm", "install")
5050
}
51-
}
51+
}.result.get()
5252
providers.exec {
5353
logger.info("Task buildAngular - npm run build")
5454
workingDir("src/angular")
@@ -57,6 +57,6 @@ task("buildAngular") {
5757
} else {
5858
commandLine("npm", "run", "build")
5959
}
60-
}
60+
}.result.get()
6161
}
6262
}

0 commit comments

Comments
 (0)