@expo/steps
Advanced tools
Comparing version 1.0.50 to 1.0.51
@@ -37,3 +37,2 @@ import { bunyan } from '@expo/logger'; | ||
readonly baseLogger: bunyan; | ||
private didCheckOut; | ||
private stepById; | ||
@@ -55,3 +54,2 @@ constructor(provider: ExternalBuildContextProvider, skipCleanup: boolean); | ||
}): BuildStepContext; | ||
markAsCheckedOut(): void; | ||
serialize(): SerializedBuildStepGlobalContext; | ||
@@ -58,0 +56,0 @@ static deserialize(serialized: SerializedBuildStepGlobalContext, logger: bunyan): BuildStepGlobalContext; |
@@ -37,3 +37,2 @@ import { bunyan } from '@expo/logger'; | ||
readonly baseLogger: bunyan; | ||
private didCheckOut; | ||
private stepById; | ||
@@ -55,3 +54,2 @@ constructor(provider: ExternalBuildContextProvider, skipCleanup: boolean); | ||
}): BuildStepContext; | ||
markAsCheckedOut(): void; | ||
serialize(): SerializedBuildStepGlobalContext; | ||
@@ -58,0 +56,0 @@ static deserialize(serialized: SerializedBuildStepGlobalContext, logger: bunyan): BuildStepGlobalContext; |
@@ -11,3 +11,2 @@ import os from 'os'; | ||
this.skipCleanup = skipCleanup; | ||
this.didCheckOut = false; | ||
this.stepById = {}; | ||
@@ -25,3 +24,3 @@ this.stepsInternalBuildDirectory = path.join(os.tmpdir(), 'eas-build', uuidv4()); | ||
get defaultWorkingDirectory() { | ||
return this.didCheckOut ? this.provider.defaultWorkingDirectory : this.projectTargetDirectory; | ||
return this.provider.defaultWorkingDirectory; | ||
} | ||
@@ -64,5 +63,2 @@ get buildLogsDirectory() { | ||
} | ||
markAsCheckedOut() { | ||
this.didCheckOut = true; | ||
} | ||
serialize() { | ||
@@ -69,0 +65,0 @@ return { |
{ | ||
"name": "@expo/steps", | ||
"type": "module", | ||
"version": "1.0.50", | ||
"version": "1.0.51", | ||
"main": "./dist_commonjs/index.cjs", | ||
@@ -66,3 +66,3 @@ "types": "./dist_esm/index.d.ts", | ||
}, | ||
"gitHead": "5bbb5238301415892e19c4712e9af1db1c1de540" | ||
"gitHead": "eceb84b9e4ca6c71c42c5a16c7019d8a8d60d5f3" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
546332
4779