mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
fix: switch back to changeset
auto + lerna sucks
This commit is contained in:
20
package.json
20
package.json
@@ -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": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user