Skip to content

Commit 73430a8

Browse files
committed
Add clean script
1 parent 0a5621e commit 73430a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/testkit-backend/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"private": true,
77
"type": "module",
88
"scripts": {
9-
"start": "node -r esm src/main.js"
9+
"start": "node -r esm src/main.js",
10+
"clean": "rm -fr node_modules"
1011
},
1112
"repository": {
1213
"type": "git",

0 commit comments

Comments
 (0)