diff options
Diffstat (limited to 'examples/with-mdx')
-rw-r--r-- | examples/with-mdx/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/with-mdx/package.json b/examples/with-mdx/package.json index 7853a8759..7eaf81e9f 100644 --- a/examples/with-mdx/package.json +++ b/examples/with-mdx/package.json @@ -6,7 +6,8 @@ "dev": "astro dev", "start": "astro dev", "build": "astro build", - "preview": "astro preview" + "preview": "astro preview", + "astro": "astro" }, "devDependencies": { "@astrojs/mdx": "^0.6.0", |