From ff92be637ffd9a9841b771e94d8deef1c62422cb Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Thu, 26 Aug 2021 12:08:52 -0700 Subject: add "astro preview" command (#1226) * add "astro preview" command * Update green-buttons-reflect.md * Update cli-reference.md --- examples/docs/src/pages/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples/docs/src') 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" } } ``` -- cgit v1.2.3