chore: updated build scripts
620802ce
1 file(s) · +4 −1
| 7 | 7 | "dev": "vite", |
|
| 8 | 8 | "build": "tsc -b && vite build", |
|
| 9 | 9 | "lint": "eslint .", |
|
| 10 | - | "preview": "vite preview" |
|
| 10 | + | "preview": "vite preview", |
|
| 11 | + | "deploy:orbiter": "orbiter deploy", |
|
| 12 | + | "deploy:ens": "bun run build && omnipin deploy --ens alcovetools.eth", |
|
| 13 | + | "deploy": "bun run deploy:orbiter && bun run deploy:ens" |
|
| 11 | 14 | }, |
|
| 12 | 15 | "author": "Steve Simkins", |
|
| 13 | 16 | "description": "Privacy centered RSS ready", |