feat(composer_hooks): ts modules

This commit is contained in:
rhunk
2024-05-24 02:06:01 +02:00
parent 807ce1b6e7
commit dd8590d274
19 changed files with 399 additions and 226 deletions

View File

@@ -30,6 +30,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Setup NPM Dependencies
run: npm install typescript -g
- name: Build
run: ./gradlew assembleArmv8Release
@@ -73,6 +76,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Setup NPM Dependencies
run: npm install typescript -g
- name: Build
run: ./gradlew assembleArmv7Release
@@ -116,6 +122,9 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Setup NPM Dependencies
run: npm install typescript -g
- name: Build
run: ./gradlew assembleAllRelease