Clean up build scripts

This commit is contained in:
V 2023-05-29 23:56:37 +02:00
parent 7568bbaed0
commit d8cd557fb2
No known key found for this signature in database
GPG key ID: A1DC0CFB5615D905
2 changed files with 2 additions and 62 deletions

View file

@ -16,6 +16,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
import "../checkNodeVersion.js";
import { exec, execSync } from "child_process";
import { existsSync, readFileSync } from "fs";
import { readdir, readFile } from "fs/promises";