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 @@ ...@@ -16,9 +16,9 @@
} }
], ],
"scripts": { "scripts": {
"dev": "nuxi dev", "dev": "nuxt dev",
"build": "nuxi build", "build": "nuxt build",
"start": "nuxi start", "start": "nuxt start",
"lint": "eslint ." "lint": "eslint ."
}, },
"devDependencies": { "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