Skip to content

Commit a478f3b

Browse files
committed
clean should also remove node_modules
1 parent 66af84b commit a478f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"start": "node --no-deprecation dist/index.js",
2323
"build": "tsc --noEmit && tsc",
2424
"build:ci": "tsc",
25-
"clean": "rimraf dist",
25+
"clean": "rimraf node_modules dist",
2626
"lint": "eslint \"src/**/*.ts\" --fix",
2727
"format": "prettier --write \"src/**/*.*\"",
2828
"test": "vitest run",

0 commit comments

Comments
 (0)