Skip to content

Commit 1a401da

Browse files
committed
feat: add serve to nodemon for dev mode
1 parent 7b0679e commit 1a401da

File tree

3 files changed

+437
-70
lines changed

3 files changed

+437
-70
lines changed

nodemon.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"pages",
44
"assets",
55
"partials",
6-
"thoughts"
6+
"thoughts",
7+
"scripts"
78
],
89
"ext": "html,css,md",
9-
"exec": "rm -rf public/ && npm run build:dev"
10+
"exec": "rm -rf public/ && npm run build:dev && npm run serve"
1011
}

0 commit comments

Comments
 (0)