Create out dir in gradle task
Some checks failed
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head There was a failure building this commit
Some checks failed
andreas-personal/AndysAdguardHomeBlocklist/pipeline/head There was a failure building this commit
This commit is contained in:
parent
6fb435a914
commit
a1b54eeeed
@ -39,4 +39,7 @@ task createOutDir {
|
|||||||
task compileAdblockList(type: NpmTask) {
|
task compileAdblockList(type: NpmTask) {
|
||||||
dependsOn npmInstall, createOutDir
|
dependsOn npmInstall, createOutDir
|
||||||
args = ['run', 'compile']
|
args = ['run', 'compile']
|
||||||
|
doFirst {
|
||||||
|
file("out").mkdirs()
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user