Skip to content

Commit

Permalink
chore: update node and pnpm work directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiinaKin committed Dec 14, 2024
1 parent fbf2f8d commit d89e057
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ui/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ coverage
*.sw?

*.tsbuildinfo
.frontend-gradle-plugin
node
.cache
3 changes: 2 additions & 1 deletion ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ plugins {

node {
version = "20.18.1"
workDir = file("${projectDir}/node")
workDir = file("${projectDir}/.cache/node")
download = true
pnpmVersion = "9.15.0"
pnpmWorkDir = file("${projectDir}/.cache/pnpm")
}

tasks.register<PnpmTask>("build-packages") {
Expand Down

0 comments on commit d89e057

Please sign in to comment.