Skip to content

Commit

Permalink
Build web version (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
fotiDim authored Jul 19, 2021
1 parent 188601c commit a12fbeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/spotify_sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ jobs:
run: flutter analyze lib test example
- name: Publish dry run
run: flutter pub publish --dry-run
- name: Build web version
run: |
cd example
flutter build web

0 comments on commit a12fbeb

Please sign in to comment.