We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de4118a commit a762140Copy full SHA for a762140
1 file changed
common/build.gradle.kts
@@ -31,6 +31,7 @@ node {
31
version = "20.14.0"
32
download = true
33
nodeProjectDir = file("webapp/")
34
+ npmInstallCommand = "ci"
35
}
36
37
tasks.register("buildWebapp", type = NpmTask::class) {
0 commit comments