summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2023-02-11 18:30:29 +0100
committerGitHub <noreply@github.com>2023-02-11 18:30:29 +0100
commit675dc04917dadac60ebd4c28a1f5b1e2baba4cfa (patch)
treefd75c8cfe7f79622e6da249cdd2c0e13d28beef6 /package.json
parent92a0457532de7fceefc2cc18a4b6f6c5f8c3e733 (diff)
parent3eed80a0740232fd707c3654a05cde26418ab629 (diff)
Merge pull request #2183 from return42/node.env.dev
[mod] install developer tools by: make node.env.dev
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"
}
}