Skip to content

Commit

Permalink
初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzhongxue committed Oct 11, 2023
1 parent d7be361 commit a1d3b66
Show file tree
Hide file tree
Showing 9 changed files with 957 additions and 966 deletions.
11 changes: 10 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,13 @@ halo {
node {
pnpmVersion = '8'
nodeProjectDir = file("${project.projectDir}/console")
}
}

task buildFrontend(type: PnpmTask) {
args = ['build']
}

build {
// build frontend before build
tasks.getByName('compileJava').dependsOn('buildFrontend')
}
Loading

0 comments on commit a1d3b66

Please sign in to comment.