Skip to content

Commit

Permalink
Rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
APiankouski committed Sep 23, 2024
1 parent e4e7f1c commit d7a37ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin-slack/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ node {
version = '20.11.0'
npmVersion = '10.2.4'
download = true
workDir = file("${project.buildDir}/plugin/ui")
nodeModulesDir = file("${project.rootDir}/plugin/ui")
workDir = file("${project.buildDir}/plugin-slack/ui")
nodeModulesDir = file("${project.rootDir}/plugin-slack/ui")
}

npm_run_build {
Expand Down

0 comments on commit d7a37ed

Please sign in to comment.