Skip to content

Commit 6688dd7

Browse files
committed
Add clean script
1 parent 1968c31 commit 6688dd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@
4141
"check": "run-p -c --aggregate-output check:*",
4242
"check:lint": "eslint --report-unused-disable-directives .",
4343
"check:tsc": "tsc",
44+
"clean": "run-p --aggregate-output clean:*",
45+
"clean:node_modules": "del-cli '**/node_modules'",
4446
"knip:dependencies": "knip --dependencies",
4547
"knip:exports": "knip --include exports,duplicates",
4648
"lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.prettierignore --tsconfig=./tsconfig.json .",

0 commit comments

Comments
 (0)