Home
last modified time | relevance | path

Searched refs:ExpoCliStateObject (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/commands/
H A DPublishDevExpoHomeCommand.ts21 type ExpoCliStateObject = { alias
76 async function getExpoCliStateAsync(): Promise<ExpoCliStateObject> {
77 return JsonFile.readAsync<ExpoCliStateObject>(getExpoCliStatePath());
84 await JsonFile.writeAsync<ExpoCliStateObject>(getExpoCliStatePath(), newState);
H A DPublishProdExpoHomeCommand.ts19 type ExpoCliStateObject = { alias
56 async function getExpoCliStateAsync(): Promise<ExpoCliStateObject> {
57 return JsonFile.readAsync<ExpoCliStateObject>(getExpoCliStatePath());