Skip to content

Commit b595d0f

Browse files
committed
fix: yummies missing typings
1 parent 1ccf0a2 commit b595d0f

File tree

5 files changed

+320
-9
lines changed

5 files changed

+320
-9
lines changed

.changeset/stupid-bottles-drop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"mobx-view-model": patch
3+
---
4+
5+
revert back build (fix yummies missing typings)

package.json

Lines changed: 4 additions & 3 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 && node node_modules/js2me-exports-post-build-script/scripts/publish",
12+
"build": "tsc && tsx scripts/post-build",
13+
"pub": "pnpm build && node node_modules/js2me-exports-post-build-script/scripts/publish --openDistDir",
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,11 +76,12 @@
7676
"@vitest/coverage-istanbul": "^3.1.2",
7777
"commitfmt": "^1.0.4",
7878
"js2me-biome-config": "^1.0.4",
79-
"js2me-exports-post-build-script": "^5.7.0",
79+
"js2me-exports-post-build-script": "^5.7.1",
8080
"jsdom": "^26.1.0",
8181
"lefthook": "^1.11.16",
8282
"nodemon": "^3.1.9",
8383
"rimraf": "^6.0.1",
84+
"tsx": "^4.20.5",
8485
"typescript": "^5.9.2",
8586
"vitest": "^3.1.2",
8687
"zshy": "^0.4.2"

0 commit comments

Comments
 (0)