mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 09:01:17 +00:00
fix: release pipeline for npm
This commit is contained in:
parent
6b1950f9ab
commit
8a1d17f165
5 changed files with 655 additions and 480 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue