diff options
Diffstat (limited to 'docs/src/pages/installation.md')
-rw-r--r-- | docs/src/pages/installation.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/pages/installation.md b/docs/src/pages/installation.md index ea6ff9d12..e5e0586e4 100644 --- a/docs/src/pages/installation.md +++ b/docs/src/pages/installation.md @@ -87,7 +87,8 @@ You can now replace the placeholder "scripts" section of your `package.json` fil "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "dev": "astro dev", -+ "build": "astro build" ++ "build": "astro build", ++ "preview": "astro preview" }, } ``` |