File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments