From 735bc2f1789384c33c38db011148e5a98e7ba74e Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 26 Jul 2018 15:32:53 +0200 Subject: Re-enable deleted the dir after test runs --- packages/monorepo-scripts/src/test_installation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/monorepo-scripts/src/test_installation.ts') diff --git a/packages/monorepo-scripts/src/test_installation.ts b/packages/monorepo-scripts/src/test_installation.ts index 4c92d0aa2..d1f5ce655 100644 --- a/packages/monorepo-scripts/src/test_installation.ts +++ b/packages/monorepo-scripts/src/test_installation.ts @@ -62,7 +62,7 @@ import { utils } from './utils/utils'; utils.log(`Running test script with ${packageName} imported`); await execAsync(`node ${transpiledIndexFilePath}`); utils.log(`Successfilly ran test script with ${packageName} imported`); - // rimraf.sync(testDirectory); + rimraf.sync(testDirectory); } })().catch(err => { utils.log(err.stderr); -- cgit v1.2.3