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 24, 2024
1 parent 5136ae7 commit 8081b64
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 8081b64

Please sign in to comment.