Skip to content

Commit 1c44b30

Browse files
exports fix (MrRefactoring#378)
1 parent f4b381e commit 1c44b30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: pnpm run build
111111

112112
- name: Publish to NPM
113-
run: pnpm publish
113+
run: pnpm publish --no-git-checks
114114
env:
115115
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
116116

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"engines": {
3434
"node": ">=20.0.0"
3535
},
36-
"main": "./dist/index.js",
36+
"main": "./dist/index.cjs.js",
3737
"types": "./dist/index.d.ts",
3838
"exports": {
3939
".": {

0 commit comments

Comments
 (0)