mirror of
https://github.com/tachiyomiorg/tachiyomi-extensions-inspector.git
synced 2025-01-12 16:59:08 +01:00
fix yarn build task
This commit is contained in:
parent
790040cd68
commit
cd82af2d76
@ -4,11 +4,11 @@ plugins {
|
|||||||
|
|
||||||
node {
|
node {
|
||||||
workDir = file("${project.projectDir}/react/")
|
workDir = file("${project.projectDir}/react/")
|
||||||
nodeModulesDir = file("${project.projectDir}/react/node_modules")
|
nodeModulesDir = file("${project.projectDir}/react/")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.named("yarn_build") {
|
tasks.named("yarn_build") {
|
||||||
dependsOn("yarn_install")
|
dependsOn("yarn") // install node_moduels
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.register<Copy>("copyBuild") {
|
tasks.register<Copy>("copyBuild") {
|
||||||
|
16339
webUI/react/package-lock.json
generated
Normal file
16339
webUI/react/package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user