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