From 288783f0f3d96d6119571c7c414a4993fe6c02ac Mon Sep 17 00:00:00 2001 From: Samuel Gratzl Date: Sat, 16 Sep 2023 16:50:13 -0400 Subject: [PATCH] fix: do not delete docs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d39ce33..d0a23f5 100644 --- a/package.json +++ b/package.json @@ -114,7 +114,7 @@ "@typescript-eslint/parser": "^6.7.0" }, "scripts": { - "clean": "rimraf --glob build docs node_modules \"*.tgz\" \"*.tsbuildinfo\"", + "clean": "rimraf --glob build node_modules \"*.tgz\" \"*.tsbuildinfo\"", "compile": "tsc -b tsconfig.c.json", "start": "yarn run watch", "watch": "rollup -c -w",