chore: rename temp dir for clarity
This commit is contained in:
parent
5bde7a062d
commit
13449b3524
3 changed files with 5 additions and 5 deletions
|
|
@ -8,7 +8,7 @@ import * as path from "path";
|
|||
|
||||
const ROOT_DIR = path.resolve(__dirname, "..");
|
||||
const DIST_DIR = path.join(ROOT_DIR, "dist");
|
||||
const TEST_DIR = path.join(ROOT_DIR, ".test-dist");
|
||||
const TEST_DIR = path.join(ROOT_DIR, ".temp");
|
||||
|
||||
const rmdirRecursive = (dirPath: string): void => {
|
||||
if (!fs.existsSync(dirPath)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue