Commit graph

7 commits

Author SHA1 Message Date
cfe0fb1514 fix: Use --allow-dirty for jsr publish
Allow publishing when package.json is modified earlier in the workflow
2025-11-30 10:33:38 +08:00
b51545ab39 fix: Strip JSR deps before publishing and add deno.json
JSR itself does not accept 'jsr:' dependencies in package.json, remove
them in the publish workflow before publishing. Add $schema to jsr.json.
2025-11-30 10:28:57 +08:00
6ae18c15b7 fix: Use pnpm and Node 24 for JSR publish 2025-11-29 19:19:17 +08:00
5d862c0bf7 fix: Require workflow_run success for publish job 2025-11-29 19:17:44 +08:00
32534084df refactor: Migrate project from Deno to pnpm/Node
Replace Deno configs and workflows with pnpm/Node tooling Add
package.json, jsr.json, build.config.ts and pnpm-lock.yaml Remove
deno.json, deno.lock, Deno build scripts and workflow Move source files
into src/ and update imports and tests to vitest Add Test CI workflow
and adapt publish jobs for pnpm/node Update editor settings, tasks,
.gitignore and bump LICENSE year
2025-11-29 19:11:49 +08:00
Shibo Lyu
5a46fa7f37 fix: only publish after tests passed 😨 2024-05-04 23:09:21 +08:00
Shibo Lyu
4accd62916 ci: setup jsr publishing 2024-05-04 23:04:16 +08:00