This commit is contained in:
TopchetoEU 2023-08-26 11:28:04 +03:00
parent 720f306e1b
commit 1a84de8483
No known key found for this signature in database
GPG Key ID: 24E57B2E9C61AD19

View File

@ -13,6 +13,7 @@ jobs:
steps:
- name: "Build & test"
run: |
ls
mkdir -p dst/classes
rsync -av --exclude='*.java' src/ dst/classes
tsc --outDir dst/classes/me/topchetoeu/jscript/js --declarationDir dst/classes/me/topchetoeu/jscript/dts