minor update

This commit is contained in:
Joseph Garrone
2021-02-22 12:11:00 +01:00
parent ba2717acf1
commit 47708d222e
4 changed files with 24 additions and 15 deletions

View File

@ -16,6 +16,4 @@ export function setupSampleReactProject() {
...["unzip", "rm"].map(prg => `${prg} ${pathBasename(url)}`)
].forEach(cmd => st.execSync(cmd, { "cwd": sampleReactProjectDirPath }));
return { sampleReactProjectDirPath };
}