summaryrefslogtreecommitdiff
path: root/examples/framework-multiple
diff options
context:
space:
mode:
Diffstat (limited to 'examples/framework-multiple')
-rw-r--r--examples/framework-multiple/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index a4e1e2018..006a231a7 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/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/preact": "^0.5.2",