Skip to content

Commit

Permalink
feat: Add demo build (#1)
Browse files Browse the repository at this point in the history
* feat: Add demo build

* Update ci.yml
  • Loading branch information
PeterStaev authored Apr 2, 2023
1 parent 9d8d5e7 commit 7beb85f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,17 @@ jobs:
node-version: '16.x'
cache: 'npm'
cache-dependency-path: src/package-lock.json
- uses: actions/[email protected]
with:
java-version: 11
distribution: temurin
- uses: android-actions/setup-android@v2
- run: npm install -g nativescript
- run: npm install
working-directory: src
- run: npm run lint
working-directory: src
- run: npm run build
working-directory: src
- run: ns build android
working-directory: demo

0 comments on commit 7beb85f

Please sign in to comment.