fix: release pipeline for npm

This commit is contained in:
Nathan Flurry 2026-02-11 09:23:35 -08:00
parent 6b1950f9ab
commit 8a1d17f165
5 changed files with 655 additions and 480 deletions

View file

@ -2,6 +2,7 @@
"name": "release",
"version": "2.0.21",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"check-types": "tsc --noEmit"
@ -12,7 +13,8 @@
"packageManager": "pnpm@10.13.1",
"devDependencies": {
"@types/node": "^24.3.0",
"@types/semver": "^7.5.8"
"@types/semver": "^7.5.8",
"typescript": "^5.7.0"
},
"dependencies": {
"commander": "^12.1.0",