Home
last modified time | relevance | path

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

/expo/tools/src/commands/
H A DGenerateDocsAPIData.ts127 const jsonOutputPath = path.join(dataPath, `${jsonFileName}.json`); constant
148 await app.generateJson(project, jsonOutputPath);
149 const output = await fs.readJson(jsonOutputPath);
168 await fs.writeFile(jsonOutputPath, JSON.stringify(minifiedJson, null, 0));
170 await fs.writeFile(jsonOutputPath, JSON.stringify(output));