@factorialco/gat
Advanced tools
Comparing version 0.0.8 to 0.0.9
@@ -7,2 +7,3 @@ export interface BaseStep { | ||
workingDirectory?: string; | ||
continueOnError?: boolean; | ||
} | ||
@@ -9,0 +10,0 @@ export declare type Step = RunStep | UseStep; |
@@ -80,6 +80,7 @@ "use strict"; | ||
env, | ||
steps: steps.map(({ id, name, ifExpression, workingDirectory, ...options }) => ({ | ||
steps: steps.map(({ id, name, ifExpression, workingDirectory, continueOnError, ...options }) => ({ | ||
id, | ||
name, | ||
if: ifExpression, | ||
"continue-on-error": continueOnError, | ||
"working-directory": workingDirectory, | ||
@@ -86,0 +87,0 @@ ...options, |
{ | ||
"name": "@factorialco/gat", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "TODO", | ||
@@ -5,0 +5,0 @@ "bin": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17306
448