mirror of
https://github.com/rhunk/SnapEnhance.git
synced 2025-05-01 23:24:25 +02:00
fix(ci): npm dependencies
This commit is contained in:
parent
699695f2f1
commit
577d2dca7a
5
.github/workflows/pull_request.yml
vendored
5
.github/workflows/pull_request.yml
vendored
@ -116,6 +116,9 @@ jobs:
|
|||||||
- name: Grant execute permission for gradlew
|
- name: Grant execute permission for gradlew
|
||||||
run: chmod +x gradlew
|
run: chmod +x gradlew
|
||||||
|
|
||||||
|
- name: Setup NPM Dependencies
|
||||||
|
run: npm install typescript -g
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: ./gradlew assembleAllDebug
|
run: ./gradlew assembleAllDebug
|
||||||
|
|
||||||
@ -194,4 +197,4 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: core
|
name: core
|
||||||
path: app/build/outputs/apk/core/debug/*.apk
|
path: app/build/outputs/apk/core/debug/*.apk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user