We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a89cab commit 3ff6ff3Copy full SHA for 3ff6ff3
1 file changed
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
run: yarn install --immutable
31
32
- name: Build
33
- run: yarn build --filter "@openapi-qraft/*" --force
+ run: yarn build --filter "@openapi-qraft/*" --filter "@qraft/*" --force
34
35
- name: Create dummy npmrc # Prevent creation of '.npmrc' by 'changesets-gitlab' with the 'NPM_TOKEN'
36
run: touch ".npmrc"
0 commit comments