Revert "chore(workflow) remove build action step"

This reverts commit 722275814f.
This commit is contained in:
Lucas Nogueira
2020-07-07 23:10:45 -03:00
parent d4a53fe1eb
commit 14dd11bfac

View File

@@ -53,6 +53,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
- name: build action
run: |
yarn
yarn build
- name: install example dependencies
run: yarn
working-directory: ./example