Skip to content

Commit

Permalink
remove extra logs from npm installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Oct 11, 2024
1 parent 0242e18 commit 54b3adb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/runtime/node/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ func (r *Runtime) Build(ctx context.Context, input *runtime.BuildInput) (*runtim
cmd = append(cmd, "--libc=glibc")
}
proc := exec.Command("npm", cmd...)
proc.Stdout = os.Stdout
proc.Stderr = os.Stderr
proc.Dir = input.Out()
err = proc.Run()
if err != nil {
Expand Down

0 comments on commit 54b3adb

Please sign in to comment.