fix(ci): npm dependencies

This commit is contained in:
rhunk 2024-05-25 00:07:04 +02:00 committed by GitHub
parent 699695f2f1
commit 577d2dca7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -116,6 +116,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 assembleAllDebug