Merge pull request #584 from Shopify/validate-examples-build

Validate examples build
This commit is contained in:
Max Hoffmann 2023-09-27 18:33:45 -07:00 committed by GitHub
commit c68c97413a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,5 +31,16 @@ jobs:
- name: Build
run: yarn build
- name: Build Development
run: yarn build:development
- name: Test
run: yarn test
- name: Install dependencies
working-directory: examples/
run: yarn --frozen-lockfile
- name: Build examples
working-directory: examples/
run: yarn build