Skip to content

Commit 6e2c354

Browse files
committed
fixup! chore(playground): add msw-auto-mock for the dev env
1 parent e242160 commit 6e2c354

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Install Dependencies
2929
run: yarn install --immutable
3030

31+
- name: Generate Mocks
32+
run: yarn workspace playground run generate:mocks
33+
3134
- name: Build
3235
run: yarn build
3336

.github/workflows/e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: yarn install --immutable
3333

3434
- name: Build
35-
run: yarn build --filter "@openapi-qraft/*" --filter "@qraft/*"
35+
run: yarn build --filter "@openapi-qraft/*" --filter "@qraft/*" --force
3636

3737
- name: Copy Playground for E2E Tests
3838
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: yarn install --immutable
3131

3232
- name: Build
33-
run: yarn build
33+
run: yarn build --filter "@openapi-qraft/*" --force
3434

3535
- name: Create dummy npmrc # Prevent creation of '.npmrc' by 'changesets-gitlab' with the 'NPM_TOKEN'
3636
run: touch ".npmrc"

0 commit comments

Comments
 (0)