Skip to content

Commit

Permalink
Change build to build example-app
Browse files Browse the repository at this point in the history
  • Loading branch information
fboeller committed Mar 7, 2021
1 parent 05337f1 commit 79bbc6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: npm run prettier-check

- name: Build example app
run: npm run build -- --prod
run: npm run build example-app -- --prod

- name: Publish example app
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 79bbc6c

Please sign in to comment.