diff options
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 520e7552d..209bb14d6 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -3,6 +3,7 @@ "version": "0.0.2", "private": true, "scripts": { + "dev": "astro dev", "start": "astro dev", "build": "astro build" }, |