Added html to watcher

This commit is contained in:
2025-02-04 19:56:41 +01:00
parent 7c0826aab5
commit 313964a428

View File

@@ -6,7 +6,7 @@
"main": "index.js",
"scripts": {
"dev": "concurrently --kill-others -n Build,Serve -c auto \"npm run watch-build\" \"npm run serve\"",
"watch-build": "nodemon --ext js,ts,json,md --watch notes --watch src --watch packages/@zblog/toolchain/src --watch markdown.ts --exec \"npm run build --workspaces && npm run build && npm run generate-blog\"",
"watch-build": "nodemon --ext js,ts,json,md,html --watch notes --watch src --watch packages/@zblog/toolchain/src --watch markdown.ts --exec \"npm run build --workspaces && npm run build && npm run generate-blog\"",
"build": "tsc -p tsconfig.json",
"serve": "serve dist",
"generate-blog": "node bin/index.js",
@@ -24,4 +24,4 @@
"serve": "^14.2.1",
"typescript": "^5.3.3"
}
}
}