fix(core): update

This commit is contained in:
Philipp Kunz 2022-03-14 11:49:38 +01:00
parent f7483ef995
commit 30525e7e55

View File

@ -99,7 +99,7 @@ export class TsTest {
const bundleFilePath = plugins.path.join(tsbundleCacheDirPath, bundleFileName);
// lets bundle the test
await plugins.smartfile.fs.ensureDir(tsbundleCacheDirPath);
await plugins.smartfile.fs.ensureEmptyDir(tsbundleCacheDirPath);
await this.tsbundleInstance.buildTest(process.cwd(), fileNameArg, bundleFilePath, 'rollup');
// lets create a server