Skip to content

Commit 33d348e

Browse files
committed
update build
1 parent 8d76a0d commit 33d348e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "module",
1919
"scripts": {
2020
"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/*",
21+
"clean": "/bin/rm -rf site/static/markdown/* && /bin/rm -rf site/static/html/*",
2222
"watch": "bunx nodemon"
2323
},
2424
"nodemonConfig": {
@@ -32,4 +32,4 @@
3232
"delay": "200",
3333
"exec": "bun run scripts/build-markdown.ts"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)