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" ] } },