Unverified Commit fdf7545c authored by Daniel Roe's avatar Daniel Roe Committed by GitHub

chore: prefer `nuxt` over `nuxi` (#293)

parent 4cee2e68
......@@ -16,9 +16,9 @@
}
],
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "nuxi start",
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"lint": "eslint ."
},
"devDependencies": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment