Skip to content

Commit

Permalink
Remove accidental double require
Browse files Browse the repository at this point in the history
  • Loading branch information
flevi29 committed Sep 18, 2024
1 parent b9e25c9 commit 3534f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/** This file only purpose is to execute any build related tasks */

const pkg = require('../package.json');
const { resolve, normalize } = require('node:path');
const { readFileSync, writeFileSync } = require('node:fs');

const pkg = require('../package.json');

const ROOT = resolve(__dirname, '..');
Expand Down

0 comments on commit 3534f6c

Please sign in to comment.