Skip to content

Commit 0fe7378

Browse files
committed
feat: Use build:dev for nodemon
1 parent bcea9dd commit 0fe7378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nodemon.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
"templates"
66
],
77
"ext": "html,css",
8-
"exec": "npm run build:pages && npm run build:css"
8+
"exec": "npm run build:dev"
99
}

0 commit comments

Comments
 (0)