Add script to deploy site to vercel

This commit is contained in:
Erica Marigold 2024-07-06 14:02:41 +05:30
parent d9326fb0b9
commit 447d3dda73
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -11,7 +11,8 @@
"astro": "astro",
"new-post": "lune run new-post",
"fmt": "biome format --write ./src",
"lint": "biome check ./src"
"lint": "biome check ./src",
"deploy": "vercel deploy --prod"
},
"dependencies": {
"@astrojs/check": "^0.7.0",