Skip to content

Commit

Permalink
Npm run proto no more
Browse files Browse the repository at this point in the history
  • Loading branch information
slinkydeveloper committed Sep 30, 2024
1 parent 6da138c commit c6026ba
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions services/node-services/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ tasks.register("installLocalSdkTypescript") {
commandLine("npm", "install")
}
.assertNormalExitValue()
exec {
workingDir = sdkTypescriptDirectory
commandLine("npm", "run", "proto")
}
.assertNormalExitValue()
exec {
workingDir = sdkTypescriptDirectory
commandLine("npm", "run", "build")
Expand Down

0 comments on commit c6026ba

Please sign in to comment.