chore: build scripts
This commit is contained in:
parent
5d338de0a0
commit
7d42f02335
1 changed files with 3 additions and 2 deletions
|
|
@ -3,8 +3,9 @@
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "astro dev --port 4322",
|
"dev": "astro dev --port 4322",
|
||||||
"build": "astro build --remote",
|
"build": "astro build --remote && node scripts/generate-stats.js",
|
||||||
"preview": "astro preview"
|
"preview": "astro preview",
|
||||||
|
"serve": "pnpm build && npx serve .vercel/output/static -l 4322"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/db": "^0.19.0",
|
"@astrojs/db": "^0.19.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue