chore(web): add banner to docs and fix theme flash

This commit is contained in:
Aman Varshney
2025-07-21 22:24:51 +05:30
parent 73be8bccc6
commit 58cbc902c1
5 changed files with 17 additions and 6 deletions

View File

@@ -12,7 +12,7 @@
"check": "turbo check",
"format": "biome check --write .",
"publish-packages": "turbo run build --filter=create-better-t-stack && changeset publish",
"deploy:web": "turbo run --filter=web deploy"
"deploy:web": "bun run --filter=web generate-analytics && bun run --filter=web generate-schema && turbo run --filter=web deploy"
},
"devDependencies": {
"@biomejs/biome": "2.1.2",