chore: Add missing clean scripts

Co-authored-by: Alois Klink <alois@aloisklink.com>
This commit is contained in:
Sidharth Vinod
2025-11-04 21:21:58 +07:00
parent 7f5160fa4d
commit 287a9a3fcb
2 changed files with 6 additions and 2 deletions

View File

@@ -18,7 +18,9 @@
"elk", "elk",
"mermaid" "mermaid"
], ],
"scripts": {}, "scripts": {
"clean": "rimraf dist"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/mermaid-js/mermaid" "url": "https://github.com/mermaid-js/mermaid"

View File

@@ -19,7 +19,9 @@
"mermaid", "mermaid",
"layout" "layout"
], ],
"scripts": {}, "scripts": {
"clean": "rimraf dist"
},
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/mermaid-js/mermaid" "url": "https://github.com/mermaid-js/mermaid"