summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 9c4b0186c..5eb3da891 100644
--- a/package.json
+++ b/package.json
@@ -2,5 +2,8 @@
"dependencies": {
"eslint": "^8.18.0",
"pyright": "^1.1.255"
+ },
+ "scripts": {
+ "clean": "rm -Rf node_modules package-lock.json"
}
}