github/workflows: also build app on changes to packages/core

This commit is contained in:
Patrik Oldsberg
2020-03-31 15:31:22 +02:00
parent c4b6afffaf
commit c914a62882
+1 -1
View File
@@ -53,6 +53,6 @@ jobs:
- run: yarn build
- run: yarn test
- name: yarn bundle, if app was changed
run: git diff --quiet origin/master HEAD -- packages/app || yarn bundle
run: git diff --quiet origin/master HEAD -- packages/app packages/core || yarn bundle
- name: verify storybook
run: yarn workspace storybook build-storybook