fix: switch back to changeset

auto + lerna sucks
This commit is contained in:
Aman Varshney
2025-08-15 18:35:56 +05:30
parent f064c7a032
commit 699efa4fc2
11 changed files with 244 additions and 1983 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "better-t-stack",
"version": "2.33.4",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "turbo build",
@@ -13,27 +13,17 @@
"lint": "turbo lint",
"check": "turbo check",
"format": "biome check --write .",
"publish-packages": "turbo run build --filter=create-better-t-stack && changeset publish",
"deploy:convex": "turbo run --filter=@better-t-stack/backend deploy",
"deploy:web": "bun run --filter=web deploy",
"generate": "bun run --filter=web generate-analytics && bun run --filter=web generate-schema",
"deploy": "bun run deploy:web",
"release": "auto shipit",
"version": "auto version",
"changelog": "auto changelog",
"publish": "auto shipit --dry-run",
"lerna:version": "lerna version --no-push",
"lerna:publish": "lerna publish from-package"
"deploy": "bun run deploy:web"
},
"devDependencies": {
"@auto-it/all-contributors": "^11.3.0",
"@auto-it/conventional-commits": "^11.3.0",
"@auto-it/first-time-contributor": "^11.3.0",
"@auto-it/released": "^11.3.0",
"@changesets/cli": "^2.29.5",
"@biomejs/biome": "2.1.2",
"auto": "^11.3.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.2",
"lerna": "^8.2.3",
"turbo": "^2.5.5",
"typescript": "5.8.3"
},
@@ -50,7 +40,5 @@
"apps/*",
"packages/*"
],
"repository": "AmanVarshney01/create-better-t-stack",
"author": "Aman Varshney <amanvarshney.work@gmail.com>",
"dependencies": {}
}