fix: npm start script

This commit is contained in:
Sebastien Chopin 2017-04-06 12:28:27 +02:00
parent 7b4f499818
commit 5849c68993

View File

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