Skip to content

Commit bedee52

Browse files
committed
nuxt version upgrades and better dev command
1 parent 11664b5 commit bedee52

File tree

2 files changed

+508
-375
lines changed

2 files changed

+508
-375
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Roman Kuba",
66
"private": true,
77
"scripts": {
8-
"dev": "nuxt",
8+
"dev": "node scripts/graph.js && nuxt",
99
"build": "nuxt build",
1010
"start": "nuxt start",
1111
"generate": "node scripts/graph.js && nuxt generate",

0 commit comments

Comments
 (0)