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.
2 parents a5ecda1 + 1fcb222 commit 4eb7b5dCopy full SHA for 4eb7b5d
.github/workflows/publish.yml
@@ -40,4 +40,4 @@ jobs:
40
run: pnpm -r --filter ./packages/core --filter ./packages/${{ matrix.adapter }} build
41
42
- name: 'Publish ${{ matrix.adapter }} to npm'
43
- run: cd ./packages/${{ matrix.adapter }} && pnpm publish
+ run: cd ./packages/${{ matrix.adapter }} && pnpm publish --no-git-checks
0 commit comments