diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index fa7df3b..c1e795d 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,8 @@ "install": "npm install", "build": "just build", "demo": "just demo", - "clean": "just clean" + "clean": "just clean", + "cleanup": "just cleanup" }, "keywords": [ "marp", |
