Skip to content

Commit cfddd47

Browse files
authored
Add Generate Command Back (#460)
1 parent 0293e46 commit cfddd47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dev": "nuxt",
77
"build": "nuxt build",
88
"start": "nuxt start",
9-
"preview": "nuxt preview",
9+
"generate": "nuxt generate",
1010
"serve": "npm run build && npm run start",
1111
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
1212
"lint": "npm run lint:js",

0 commit comments

Comments
 (0)