Skip to content

Commit 648b604

Browse files
chore: update deployment scripts and adjust file exclusions in biome.json
1 parent 00148bc commit 648b604

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"!**/templates/**",
1818
"!**/.turbo",
1919
"!**/package.json",
20-
"!**/analytics-data.json",
20+
"!**/analytics-minimal.json",
2121
"!**/schema.json",
2222
"!**/_generated/**"
2323
]

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"check": "turbo check",
1414
"format": "biome check --write .",
1515
"publish-packages": "turbo run build --filter=create-better-t-stack && changeset publish",
16-
"deploy:convex": "cd packages/backend && bunx convex deploy",
16+
"deploy:convex": "turbo run --filter=@better-t-stack/backend deploy",
1717
"deploy:web": "bun run --filter=web deploy",
18-
"generate": "bun run --filter=web generate-analytics && bun run --filter=web generate-schema",
19-
"deploy": "bun run deploy:web && bun run deploy:convex"
18+
"pre-deploy": "bun run --filter=web generate-analytics && bun run --filter=web generate-schema && bun run deploy:convex",
19+
"deploy": "bun run deploy:web"
2020
},
2121
"devDependencies": {
2222
"@biomejs/biome": "2.1.2",

packages/backend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"private": true,
55
"scripts": {
66
"dev": "convex dev",
7-
"dev:setup": "convex dev --configure --until-success"
7+
"dev:setup": "convex dev --configure --until-success",
8+
"deploy": "convex deploy"
89
},
910
"author": "",
1011
"license": "ISC",

0 commit comments

Comments
 (0)