Skip to content

Commit 07937a0

Browse files
committed
build: delete node_modules directory with cleanStatic task
1 parent 8ebc6bb commit 07937a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ val processStatic = tasks.register("processStatic", Exec::class) {
118118
}
119119

120120
val cleanStatic = tasks.register("cleanStatic", Delete::class) {
121-
delete(processStaticOutputs)
121+
delete(npmSetupOutputs, processStaticOutputs)
122122
}
123123

124124
tasks.preBuild {

0 commit comments

Comments
 (0)