We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef12f27 commit ae99adbCopy full SHA for ae99adb
scripts/build.js
@@ -1,8 +1,8 @@
1
/** This file only purpose is to execute any build related tasks */
2
3
-const pkg = require("../package.json");
4
const { resolve, normalize } = require("node:path");
5
const { readFileSync, writeFileSync } = require("node:fs");
+
6
const pkg = require("../package.json");
7
8
const ROOT = resolve(__dirname, "..");
0 commit comments