minor update
This commit is contained in:
@ -16,6 +16,4 @@ export function setupSampleReactProject() {
|
||||
...["unzip", "rm"].map(prg => `${prg} ${pathBasename(url)}`)
|
||||
].forEach(cmd => st.execSync(cmd, { "cwd": sampleReactProjectDirPath }));
|
||||
|
||||
return { sampleReactProjectDirPath };
|
||||
|
||||
}
|
Reference in New Issue
Block a user