Using rm instead of rmDir

This commit is contained in:
2024-04-27 14:44:59 +02:00
parent fb79c2d10e
commit 9b07aa9493
6 changed files with 27 additions and 41 deletions

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 --watch notes --watch src --watch markdown.ts --exec \"npm run build && npm run generate-blog\"",
"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\"",
"build": "tsc -p tsconfig.json",
"serve": "serve dist",
"generate-blog": "node bin/index.js",