Skip to content

Commit f958674

Browse files
authored
Use npm ci rather than npm install (#757)
1 parent de4118a commit f958674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ node {
3131
version = "20.14.0"
3232
download = true
3333
nodeProjectDir = file("webapp/")
34+
npmInstallCommand = "ci"
3435
}
3536

3637
tasks.register("buildWebapp", type = NpmTask::class) {

0 commit comments

Comments
 (0)