Skip to content

Commit c1b8e4b

Browse files
committed
Remove convertToSingleHost script at and of conversion process
1 parent a07e16d commit c1b8e4b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

convertToSingleHost.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ const writeFileAsync = util.promisify(fs.writeFile);
88

99
async function removeTestInfraStructure() {
1010
deleteFolder(path.resolve(`${process.cwd()}/test`));
11-
await convertProjectToSingleHost(host);
1211
await updatePackageJsonFile(host);
1312
await updateLaunchJsonFile();
13+
// delete this script
14+
await unlinkFileAsync("./convertToSingleHost.js");
1415
}
1516

1617
async function updatePackageJsonFile() {

0 commit comments

Comments
 (0)