We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0939e27 commit 1d31c77Copy full SHA for 1d31c77
1 file changed
etc/scripts/utils/clean-build.ts
@@ -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