Skip to content

Commit 0ca5fc0

Browse files
committed
chore(ui): install npm packages with npm ci
1 parent 4b6e97f commit 0ca5fc0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

springwolf-examples/e2e/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ plugins {
66
node {
77
version = libs.versions.nodeVersion
88
npmVersion = libs.versions.npm
9+
npmInstallCommand = 'ci'
910
download = true
1011
}
1112

springwolf-ui/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ plugins {
66
node {
77
version = libs.versions.nodeVersion
88
npmVersion = libs.versions.npm
9+
npmInstallCommand = 'ci'
910
download = true
1011
}
1112

0 commit comments

Comments
 (0)