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 150f7a9 commit e645fddCopy full SHA for e645fdd
.github/workflows/npm-publish.yml
@@ -36,7 +36,7 @@ jobs:
36
run: pnpm run check
37
38
- name: Publish to npm
39
- run: pnpm publish --access public --no-git-checks
+ run: pnpm publish --access public
40
env:
41
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
42
.npmrc
@@ -0,0 +1 @@
1
+git-checks=false
0 commit comments