streamline release (#1095)

* update release

* more docs

* dates
This commit is contained in:
Chris Tate
2026-03-30 19:53:53 -05:00
committed by GitHub
parent cc9da7aff7
commit 6c93480d0d
15 changed files with 372 additions and 634 deletions
+1 -6
View File
@@ -22,9 +22,6 @@
"build:docker": "docker build -t agent-browser-builder -f docker/Dockerfile.build .",
"release": "npm run version:sync && npm run build:all-platforms && npm publish",
"postinstall": "node scripts/postinstall.js",
"changeset": "changeset",
"ci:version": "changeset version && pnpm run version:sync && pnpm install --no-frozen-lockfile",
"ci:publish": "pnpm run version:sync && changeset publish",
"build:dashboard": "cd packages/dashboard && pnpm build"
},
"keywords": [
@@ -45,7 +42,5 @@
"url": "https://github.com/vercel-labs/agent-browser/issues"
},
"homepage": "https://agent-browser.dev",
"devDependencies": {
"@changesets/cli": "^2.29.8"
}
"devDependencies": {}
}