mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
chore: update deployment scripts and adjust file exclusions in biome.json
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"!**/templates/**",
|
||||
"!**/.turbo",
|
||||
"!**/package.json",
|
||||
"!**/analytics-data.json",
|
||||
"!**/analytics-minimal.json",
|
||||
"!**/schema.json",
|
||||
"!**/_generated/**"
|
||||
]
|
||||
|
||||
@@ -13,10 +13,10 @@
|
||||
"check": "turbo check",
|
||||
"format": "biome check --write .",
|
||||
"publish-packages": "turbo run build --filter=create-better-t-stack && changeset publish",
|
||||
"deploy:convex": "cd packages/backend && bunx convex deploy",
|
||||
"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 && bun run deploy:convex"
|
||||
"pre-deploy": "bun run --filter=web generate-analytics && bun run --filter=web generate-schema && bun run deploy:convex",
|
||||
"deploy": "bun run deploy:web"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "2.1.2",
|
||||
|
||||
@@ -4,7 +4,8 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "convex dev",
|
||||
"dev:setup": "convex dev --configure --until-success"
|
||||
"dev:setup": "convex dev --configure --until-success",
|
||||
"deploy": "convex deploy"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
||||
Reference in New Issue
Block a user