chore: updated scripts
59cd03dd
1 file(s) · +1 −1
| 10 | 10 | "preview": "astro preview", |
|
| 11 | 11 | "format": "biome format --write src package.json", |
|
| 12 | 12 | "deploy:orbiter": "orbiter deploy", |
|
| 13 | - | "deploy": "bun run build && wrangler pages deploy dist", |
|
| 13 | + | "deploy": "bun run build && bun run publish:atproto && wrangler pages deploy dist", |
|
| 14 | 14 | "publish:atproto": "bun run scripts/publish-to-atproto.ts" |
|
| 15 | 15 | }, |
|
| 16 | 16 | "devDependencies": { |