From 4a2dad60c627f043cb8eee861b360efb57ab769a Mon Sep 17 00:00:00 2001 From: dutchie031 Date: Sat, 19 Sep 2026 22:54:04 +0200 Subject: [PATCH] updated reference after file moving --- github-actions/bundle-script/package.json | 2 +- github-actions/bundle-script/tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/github-actions/bundle-script/package.json b/github-actions/bundle-script/package.json index 95a5907..eca2ebc 100644 --- a/github-actions/bundle-script/package.json +++ b/github-actions/bundle-script/package.json @@ -1,6 +1,6 @@ { "name": "gh-scripting-compiler", - "version": "1.1.1", + "version": "1.1.2", "main": "dist/index.js", "scripts": { "build": "node esbuild.js", diff --git a/github-actions/bundle-script/tsconfig.json b/github-actions/bundle-script/tsconfig.json index 5ad717f..2fb49e1 100644 --- a/github-actions/bundle-script/tsconfig.json +++ b/github-actions/bundle-script/tsconfig.json @@ -8,7 +8,7 @@ "skipLibCheck": true, "paths": { "dcs-script-compiler":[ - "../compiler/src/ScriptCompiler.ts" + "../../compiler/src/ScriptCompiler.ts" ] } },