mirror of
https://github.com/Shopify/draggable.git
synced 2025-12-08 20:15:56 +00:00
Merge pull request #584 from Shopify/validate-examples-build
Validate examples build
This commit is contained in:
commit
c68c97413a
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user