chore: optimize workflows to avoid building components each time

This commit is contained in:
Mo
2022-06-14 16:00:31 -05:00
parent 703994c16b
commit 01793365bd
400 changed files with 17000 additions and 1544 deletions

View File

@@ -1,10 +1,12 @@
name: Pull request
name: General PR
on:
pull_request:
branches:
- develop
- main
paths:
- 'packages/!(components)'
jobs:
test:
@@ -19,7 +21,7 @@ jobs:
- name: ESLint
run: yarn lint
- name: Build
run: yarn build
run: yarn build:all
- name: Build Android
run: yarn android:bundle
- name: Test