diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/monorepo-scripts/src/test_installation.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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); |