Skip to content

Commit

Permalink
chore: remvoed unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-deriv committed Dec 20, 2024
1 parent 55ee1b4 commit 968d0bf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion public/scripts/packages/cs/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { resolve, join } from "path";
import { rmSync, mkdirSync } from "fs";
import { globSync } from "glob";

const srcDir = resolve("src");
const distDir = resolve("dist");

rmSync(distDir, { recursive: true, force: true });
Expand Down
1 change: 0 additions & 1 deletion public/scripts/packages/marketing/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { resolve, join } from "path";
import { rmSync, mkdirSync } from "fs";
import { globSync } from "glob";

const srcDir = resolve("src");
const distDir = resolve("dist");

rmSync(distDir, { recursive: true, force: true });
Expand Down

0 comments on commit 968d0bf

Please sign in to comment.