auto-release (#216)

* auto-release

* fixes

* fix secret name
This commit is contained in:
Chris Tate
2026-01-23 11:19:43 -06:00
committed by GitHub
parent ea17db8564
commit 57dc7602fc
6 changed files with 965 additions and 2 deletions
+5 -1
View File
@@ -32,7 +32,10 @@
"format:check": "prettier --check 'src/**/*.ts'",
"test": "vitest run",
"test:watch": "vitest",
"postinstall": "node scripts/postinstall.js"
"postinstall": "node scripts/postinstall.js",
"changeset": "changeset",
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
"ci:publish": "pnpm run version:sync && pnpm run build && changeset publish"
},
"keywords": [
"browser",
@@ -57,6 +60,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@types/node": "^20.10.0",
"@types/ws": "^8.18.1",
"husky": "^9.1.7",