Home
last modified time | relevance | path

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

/expo/docs/scripts/
H A Dremove-version.js23 const examplesPath = `public/static/examples/v${version}.0.0`; constant
24 if (fs.pathExistsSync(examplesPath)) {
25 fs.rmSync(examplesPath, { recursive: true });