Skip to content

Commit 118f221

Browse files
committed
build(website): update preview script
1 parent 9628aa7 commit 118f221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"scripts": {
66
"dev": "astro dev",
77
"build": "astro check && astro build",
8-
"preview": "astro preview",
8+
"preview": "astro check && astro build && astro preview",
99
"astro": "astro"
1010
},
1111
"dependencies": {

0 commit comments

Comments
 (0)