Skip to content

Commit

Permalink
chore: bad command for npm run start
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Sep 23, 2023
1 parent df766d1 commit 23ffbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"lint": "npm run lint:js",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lintfix": "npm run lint:js -- --fix",
"start": "nuxt2 start"
"start": "nuxt start"
},
"dependencies": {
"@nuxt/content": "1.15.1",
Expand Down

0 comments on commit 23ffbb5

Please sign in to comment.