Skip to content

Commit 4a3d69b

Browse files
committedNov 27, 2019
fix(example): print the nuxt debug messages when static generating the project
1 parent 73cea13 commit 4a3d69b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎example/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "@bazzite/nuxt-optimized-images-example",
33
"version": "1.0.0",
4-
"description": "My well-made Nuxt.js project",
5-
"author": "Bazzite <opensource@bazzite.com>",
4+
"description": "Nuxt Optimzed Images Example Project",
5+
"author": "Bazzite <opensource@bazzite.com>",
66
"private": true,
77
"scripts": {
88
"dev": "nuxt",
99
"build": "nuxt build",
1010
"start": "nuxt start",
11-
"generate": "nuxt generate"
11+
"generate": "cross-env DEBUG=nuxt:* nuxt generate"
1212
},
1313
"dependencies": {
1414
"@nuxtjs/bulma": "1.2.6",
15-
"cross-env": "6.0.3",
1615
"nuxt": "2.10.2"
1716
},
1817
"devDependencies": {
19-
"nodemon": "2.0.1"
18+
"nodemon": "2.0.1",
19+
"cross-env": "6.0.3"
2020
}
2121
}

0 commit comments

Comments
 (0)
Please sign in to comment.