packages/app: rename build script to bundle and only run in CI when app changed
This commit is contained in:
@@ -43,5 +43,7 @@ jobs:
|
||||
- run: yarn lint
|
||||
- run: yarn build
|
||||
- run: yarn test
|
||||
- name: yarn bundle, if app was changed
|
||||
run: git diff --quiet origin/master HEAD -- packages/app || yarn bundle
|
||||
- name: verify storybook
|
||||
run: yarn workspace storybook build-storybook
|
||||
|
||||
Reference in New Issue
Block a user