Fix start script

This commit is contained in:
Sebastien Chopin 2017-08-24 11:41:42 +02:00
parent d9ea41e971
commit e96ef9948e
2 changed files with 2 additions and 2 deletions

View File

@ -6,6 +6,6 @@
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt"
"start": "nuxt start"
}
}

View File

@ -10,6 +10,6 @@
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt"
"start": "nuxt start"
}
}