Skip to content

Commit 3ff6ff3

Browse files
committed
fix: update build command to include additional package filter for Qraft
1 parent 0a89cab commit 3ff6ff3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 --filter "@openapi-qraft/*" --force
33+
run: yarn build --filter "@openapi-qraft/*" --filter "@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)