Skip to content

Commit

Permalink
Add Generate Command Back (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockleona authored Dec 19, 2023
1 parent 0293e46 commit cfddd47
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 @@ -6,7 +6,7 @@
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"preview": "nuxt preview",
"generate": "nuxt generate",
"serve": "npm run build && npm run start",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js",
Expand Down

0 comments on commit cfddd47

Please sign in to comment.