Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NPMBuildStep ¶
type NPMBuildStep struct {
DirectoryPath string
}
NPMBuildStep builds a Node.js project using npm run build.
func (*NPMBuildStep) Name ¶
func (s *NPMBuildStep) Name() string
func (*NPMBuildStep) Run ¶
func (s *NPMBuildStep) Run( context deploycontext.DeploymentContext, ) error
type NPMInstallStep ¶
type NPMInstallStep struct {
DirectoryPath string
}
NPMInstallStep Installs Node.js dependencies using npm ci
func (*NPMInstallStep) Name ¶
func (s *NPMInstallStep) Name() string
func (*NPMInstallStep) Run ¶
func (s *NPMInstallStep) Run( context deploycontext.DeploymentContext, ) error
Click to show internal directories.
Click to hide internal directories.