diff options
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 0e911f5a6..6ea001c84 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -5,7 +5,8 @@ "scripts": { "dev": "astro dev", "start": "astro dev", - "build": "astro build" + "build": "astro build", + "preview": "astro preview" }, "devDependencies": { "astro": "^0.20.0" |