Skip to content

Commit 1d31c77

Browse files
authored
chore-fix-ci (#86)
Co-authored-by: ndthanhdev <>
1 parent 0939e27 commit 1d31c77

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

etc/scripts/utils/clean-build.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import "zx/globals";
2+
import { workDirs } from "@n8v/scripts/utils/work-dirs";
3+
import fse from "fs-extra";
4+
5+
$.verbose = true;
6+
7+
export const cleanBuild = async () => {
8+
await fse.emptyDir(workDirs.apps.app.public.path);
9+
};

0 commit comments

Comments
 (0)