mirror of
https://github.com/CompeyDev/blog.devcomp.xyz.git
synced 2024-12-12 04:40:41 +00:00
Add script to deploy site to vercel
This commit is contained in:
parent
d9326fb0b9
commit
447d3dda73
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue