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 f4b381e commit 1c44b30Copy full SHA for 1c44b30
.github/workflows/publish.yml
@@ -110,7 +110,7 @@ jobs:
110
run: pnpm run build
111
112
- name: Publish to NPM
113
- run: pnpm publish
+ run: pnpm publish --no-git-checks
114
env:
115
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
116
package.json
@@ -33,7 +33,7 @@
33
"engines": {
34
"node": ">=20.0.0"
35
},
36
- "main": "./dist/index.js",
+ "main": "./dist/index.cjs.js",
37
"types": "./dist/index.d.ts",
38
"exports": {
39
".": {
0 commit comments