From 5849c68993d242575f001873275efec5bf402d07 Mon Sep 17 00:00:00 2001 From: Sebastien Chopin Date: Thu, 6 Apr 2017 12:28:27 +0200 Subject: [PATCH] fix: npm start script --- examples/hello-world-jsx/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } }