We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61df13a + 805eacc commit cebe5f6Copy full SHA for cebe5f6
convertToSingleHost.js
@@ -9,6 +9,7 @@ const writeFileAsync = util.promisify(fs.writeFile);
9
10
async function removeTestInfraStructure() {
11
deleteFolder(path.resolve(`${process.cwd()}/test`));
12
+ deleteFolder(path.resolve(`${process.cwd()}/.github`));
13
await updatePackageJsonFile();
14
await updateLaunchJsonFile();
15
// delete this script
0 commit comments