Skip to content

Commit

Permalink
fix move-build
Browse files Browse the repository at this point in the history
  • Loading branch information
lena.natter committed Dec 1, 2023
1 parent 2af2b0f commit 7867125
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions scripts/move-build.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
const fileURLToPath = require("url");
const fs = require("fs-extra");
const del = require("del");
const path = require("path");

const dirname = path.dirname(fileURLToPath(import.meta.url));

const resourcePath = path.join(dirname, "..");
// eslint-disable-next-line no-undef
const resourcePath = path.join(__dirname, "..");

del.sync([
resourcePath + "/build/minified/**/*.map",
Expand Down

0 comments on commit 7867125

Please sign in to comment.