Skip to content

Commit

Permalink
Simplify build to just run agent build, which builds root, which is r…
Browse files Browse the repository at this point in the history
…equired for cody-shared which webviews requires.
  • Loading branch information
dominiccooney committed Aug 9, 2024
1 parent f7d4012 commit 1f05bee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -339,11 +339,7 @@ tasks {
val agentDir = codyDir.resolve("agent")
exec {
workingDir(agentDir)
commandLine(pnpmPath, "run", "build:agent")
}
exec {
workingDir(agentDir)
commandLine(pnpmPath, "run", "build:webviews")
commandLine(pnpmPath, "run", "build")
}
copy {
from(agentDir.resolve("dist"))
Expand Down

0 comments on commit 1f05bee

Please sign in to comment.