We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1968c31 commit 6688dd7Copy full SHA for 6688dd7
package.json
@@ -41,6 +41,8 @@
41
"check": "run-p -c --aggregate-output check:*",
42
"check:lint": "eslint --report-unused-disable-directives .",
43
"check:tsc": "tsc",
44
+ "clean": "run-p --aggregate-output clean:*",
45
+ "clean:node_modules": "del-cli '**/node_modules'",
46
"knip:dependencies": "knip --dependencies",
47
"knip:exports": "knip --include exports,duplicates",
48
"lint": "oxlint -c=./.oxlintrc.json --ignore-path=./.prettierignore --tsconfig=./tsconfig.json .",
0 commit comments