Commit graph

16 commits

Author SHA1 Message Date
9d114182cf fix: Add --no-git-checks to pnpm publish step
Some checks failed
Test / test (push) Has been cancelled
2025-11-30 10:47:02 +08:00
0c901f0144 fix: Add repository checkout to publish NPM workflow 2025-11-30 10:37:44 +08:00
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
dbfeb13c47 ci: bump runtimes in actions 2024-12-28 20:43:34 +08:00
Shibo Lyu
4dd6c01cc1 fix: npm publish (? 2024-05-06 11:42:30 +08:00
Shibo Lyu
ad58693a10 fix: ci auth env 2024-05-06 11:38:13 +08:00
Shibo Lyu
ef30c70fdc fix: npm publish 2024-05-06 11:29:50 +08:00
Shibo Lyu
7d9ee480bf chore: bump ci deps 2024-05-06 11:26:51 +08:00
Shibo Lyu
182314c0f6 chore: publish on both jsr & npm (0.1.2) 2024-05-05 12:03:02 +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
Shibo Lyu
910b6519ae
ci: test & lint 2024-04-29 14:37:14 +08:00