From fdbc2dbb33f185b34abba7ca78dcff98b01ebec3 Mon Sep 17 00:00:00 2001 From: Tickbase Date: Sun, 18 May 2025 00:30:55 +0200 Subject: [PATCH] fix import statement --- scripts/release.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.js b/scripts/release.js index d33a843..d90d001 100644 --- a/scripts/release.js +++ b/scripts/release.js @@ -14,7 +14,7 @@ */ import { execSync } from 'child_process' -const { existsSync } = require('fs') +import { existsSync } from 'fs' const path = require('path') // Configuration