Skip to content

Commit 0754eeb

Browse files
npm ls
1 parent a9cabe1 commit 0754eeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/android.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
run: node setup_dev.js
1313
working-directory: ./Package
1414

15+
- name: List installed packages
16+
run: npm ls
17+
working-directory: ./Apps/Playground
18+
1519
- name: Gulp (Android)
1620
run: npx gulp buildAndroid
1721
working-directory: ./Package

0 commit comments

Comments
 (0)