We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce119b2 commit 28e2ad6Copy full SHA for 28e2ad6
.github/workflows/ci.yml
@@ -348,12 +348,6 @@ jobs:
348
- name: Edit .npmrc [link-workspace-packages=false]
349
run: sed -i -E 's/link-workspace-packages=(deep|true)/link-workspace-packages=false/' .npmrc
350
351
- # - name: Configure pnpm to ignore minimum release age for @clerk packages
352
- # if: ${{ steps.task-status.outputs.affected == '1' }}
353
- # run: |
354
- # echo "minimum-release-age-exclude=@clerk/*" >> .npmrc
355
- # pnpm config set minimum-release-age-exclude @clerk/*
356
-
357
- name: Install @clerk/backend in /integration
358
if: ${{ steps.task-status.outputs.affected == '1' }}
359
working-directory: ./integration
0 commit comments