Skip to content

Commit

Permalink
fix move-build js
Browse files Browse the repository at this point in the history
  • Loading branch information
lena.natter committed Nov 30, 2023
1 parent e9886d9 commit df74461
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/move-build.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
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, "..");

Check failure on line 5 in scripts/move-build.js

View workflow job for this annotation

GitHub Actions / Test

'__dirname' is not defined

del.sync([
Expand Down

0 comments on commit df74461

Please sign in to comment.