Fix build automation and only include dist files

This commit is contained in:
Arthur Vivian
2021-06-28 15:53:41 +01:00
parent b4bbc9f6d0
commit 35bf459ea5
2 changed files with 4 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- name: Run Tests
run: npm test
- name: Build
run: npm build
run: npm run build
- name: Git config
run: |
git config --local user.email 'hello@rive.app'