Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Commit 4d1846f

Browse files
committed
fix: reconfigure workflow and build.js
1 parent 9547c86 commit 4d1846f

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tagged-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- name: Clone repository
1515
uses: GuillaumeFalourd/clone-github-repo-action@main
1616
with:
17+
branch: 'master' # fuck this political bullshitshit, took me an hour to fix this
1718
owner: 'TopchetoEU'
1819
repository: 'java-jscript'
1920
- name: "Build"

build.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ async function compileJava() {
6969
try {
7070
try { await fs.rm('dst', { recursive: true }); } catch {}
7171
await copy('src', 'dst/classes', v => !v.endsWith('.java'));
72-
await run('tsc', '-p', 'lib/tsconfig.json', '--outFile', 'dst/classes/me/topchetoeu/jscript/js/core.js'),
7372
await compileJava();
7473
await run('jar', '-c', '-f', 'dst/jscript.jar', '-e', 'me.topchetoeu.jscript.Main', '-C', 'dst/classes', '.');
7574
}

0 commit comments

Comments
 (0)