Skip to content

Commit c468c31

Browse files
committed
fix: bundle zshy
1 parent 8ffe4eb commit c468c31

File tree

2 files changed

+10
-24
lines changed

2 files changed

+10
-24
lines changed

package.json

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"check": "npm run lint:check && npm run ts:check",
1010
"prebuild": "npm run clean && npm run check",
1111
"build:watch": "pnpm build && nodemon --watch src --ext ts,tsx --exec \"pnpm build\"",
12-
"build": "zshy",
13-
"pub": "pnpm build && sborshik publish",
12+
"build": "sborshik build --fillDist",
13+
"pub": "pnpm build && sborshik publish --useDistDir",
1414
"pub:patch": "PUBLISH_VERSION=patch pnpm pub",
1515
"pub:minor": "PUBLISH_VERSION=minor pnpm pub",
1616
"pub:major": "PUBLISH_VERSION=major pnpm pub",
@@ -76,7 +76,7 @@
7676
"@vitest/coverage-istanbul": "^3.1.2",
7777
"commitfmt": "^1.0.4",
7878
"js2me-biome-config": "^1.0.4",
79-
"sborshik": "^1.0.6",
79+
"sborshik": "^1.0.10",
8080
"jsdom": "^26.1.0",
8181
"lefthook": "^1.11.16",
8282
"nodemon": "^3.1.9",
@@ -86,19 +86,5 @@
8686
"vitest": "^3.1.2",
8787
"zshy": "^0.4.2"
8888
},
89-
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
90-
"files": [
91-
"dist"
92-
],
93-
"main": "./dist/index.cjs",
94-
"module": "./dist/index.js",
95-
"types": "./dist/index.d.cts",
96-
"exports": {
97-
"./package.json": "./package.json",
98-
".": {
99-
"types": "./dist/index.d.cts",
100-
"import": "./dist/index.js",
101-
"require": "./dist/index.cjs"
102-
}
103-
}
104-
}
89+
"packageManager": "pnpm@9.5.0+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903"
90+
}

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)