We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d76a0d commit 33d348eCopy full SHA for 33d348e
tools/package.json
@@ -18,7 +18,7 @@
18
"type": "module",
19
"scripts": {
20
"build": "bun run clean && bun run scripts/build-markdown.ts && cd site && zensical build --clean && python postprocess.py",
21
- "clean": "/bin/rm -rf site/static/markdown/*",
+ "clean": "/bin/rm -rf site/static/markdown/* && /bin/rm -rf site/static/html/*",
22
"watch": "bunx nodemon"
23
},
24
"nodemonConfig": {
@@ -32,4 +32,4 @@
32
"delay": "200",
33
"exec": "bun run scripts/build-markdown.ts"
34
}
35
-}
+}
0 commit comments