From 3c32079b10857a8c1e2624968f2b21e41345094d Mon Sep 17 00:00:00 2001 From: Tickbase Date: Sun, 18 May 2025 00:32:07 +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 d90d001..ae92c5a 100644 --- a/scripts/release.js +++ b/scripts/release.js @@ -15,7 +15,7 @@ import { execSync } from 'child_process' import { existsSync } from 'fs' -const path = require('path') +import path from 'path' // Configuration const GITHUB_WORKFLOW_NAME = 'release.yml'