Skip to content

Commit 7335586

Browse files
committed
ci: publish script
1 parent c371b07 commit 7335586

File tree

3 files changed

+7
-59
lines changed

3 files changed

+7
-59
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"prebuild": "npm run clean && npm run check",
1111
"build:watch": "pnpm build && nodemon --watch src --ext ts,tsx --exec \"pnpm build\"",
1212
"build": "zshy",
13-
"pub": "pnpm build && node ./publish.mjs",
13+
"pub": "pnpm build && node node_modules/js2me-exports-post-build-script/scripts/publish",
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-
"js2me-exports-post-build-script": "^5.5.0",
79+
"js2me-exports-post-build-script": "^5.7.0",
8080
"jsdom": "^26.1.0",
8181
"lefthook": "^1.11.16",
8282
"nodemon": "^3.1.9",

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.

publish.mjs

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)