ci: add npm release workflow and CalVer checks (#42414) (thanks @onutc)

This commit is contained in:
Onur
2026-03-10 20:09:25 +01:00
committed by GitHub
parent 0ff184397d
commit 8ba1b6eff1
6 changed files with 456 additions and 2 deletions

View File

@@ -295,6 +295,7 @@
"protocol:gen": "node --import tsx scripts/protocol-gen.ts",
"protocol:gen:swift": "node --import tsx scripts/protocol-gen-swift.ts",
"release:check": "node --import tsx scripts/release-check.ts",
"release:openclaw:npm:check": "node --import tsx scripts/openclaw-npm-release-check.ts",
"start": "node scripts/run-node.mjs",
"test": "node scripts/test-parallel.mjs",
"test:all": "pnpm lint && pnpm build && pnpm test && pnpm test:e2e && pnpm test:live && pnpm test:docker:all",