Skip to content

Commit

Permalink
test : ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dlgocks1 committed Jun 20, 2024
1 parent 74a9691 commit 3bd093f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ tasks.register<NpmTask>("appNpmBuild") {

tasks.register<NpmTask>("appNpmInstall") {
workingDir = file("${project.projectDir}/src/main/webapp")
args = listOf("install")
args = listOf("install --force")
}

tasks.register<Copy>("copyWebApp") {
Expand Down

0 comments on commit 3bd093f

Please sign in to comment.