diff --git a/examples/hello-world-jsx/package.json b/examples/hello-world-jsx/package.json index 067dc72f52..abcca8b416 100644 --- a/examples/hello-world-jsx/package.json +++ b/examples/hello-world-jsx/package.json @@ -6,6 +6,6 @@ "scripts": { "dev": "nuxt", "build": "nuxt build", - "start": "nuxt" + "start": "nuxt start" } }