Interface: NpmScriptStepInput
Input for the NpmScriptStepMachine.
Properties
args?
optionalargs:string[]
Arguments forwarded after -- to the underlying script.
errorPrompt?
optionalerrorPrompt:string
forceInScript?
optionalforceInScript:boolean
When true, run this script even in script mode if it would otherwise be treated as a skipped validation command (typecheck/test).
ignoreError?
optionalignoreError:boolean
promptOnError?
optionalpromptOnError:string
Deprecated
Use errorPrompt instead.
script
script:
string
npm script name from the target workspace package.json, e.g. test.
workspace
workspace:
string
npm workspace name, e.g. @fixture/npm-script-child.