mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
fix yarn build task
This commit is contained in:
@@ -4,11 +4,11 @@ plugins {
|
||||
|
||||
node {
|
||||
workDir = file("${project.projectDir}/react/")
|
||||
nodeModulesDir = file("${project.projectDir}/react/node_modules")
|
||||
nodeModulesDir = file("${project.projectDir}/react/")
|
||||
}
|
||||
|
||||
tasks.named("yarn_build") {
|
||||
dependsOn("yarn_install")
|
||||
dependsOn("yarn") // install node_moduels
|
||||
}
|
||||
|
||||
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
@@ -47,4 +47,4 @@
|
||||
"eslint-plugin-react-hooks": "^4.2.0",
|
||||
"typescript": "^4.1.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user