diff options
Diffstat (limited to 'examples/docs/src')
-rw-r--r-- | examples/docs/src/pages/index.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/docs/src/pages/index.md b/examples/docs/src/pages/index.md index 93d75c113..cd5ce6454 100644 --- a/examples/docs/src/pages/index.md +++ b/examples/docs/src/pages/index.md @@ -40,7 +40,8 @@ The default Astro project has the following `scripts` in the `/package.json` fil { "scripts": { "dev": "astro dev", - "build": "astro build" + "build": "astro build", + "preview": "astro preview" } } ``` |