MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/buildpacks / command

Method command

pkg/nodejs/nodejs.go:538–540  ·  view source on GitHub ↗

command returns the entrypoint command for the maker tool.

()

Source from the content-addressed store, hash-verified

536// MakerNPMStartEntrypoint implements the entrypoint capability for the maker tool.
537type MakerNPMStartEntrypoint struct{}
538
539// command returns the entrypoint command for the maker tool.
540func (e *MakerNPMStartEntrypoint) command() []string {
541 return []string{"npm", "run", "start"}
542}
543

Callers 1

EntrypointFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected