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 584cf85 commit 5629b0bCopy full SHA for 5629b0b
package.json
@@ -10,7 +10,7 @@
10
},
11
"type": "module",
12
"scripts": {
13
- "clean-dist": "rimraf packages/*/dist plugins/*/dist tools/*/dist tegg/**/*/dist **/*/*.tsbuildinfo",
+ "clean-dist": "rimraf packages/*/dist plugins/*/dist tools/*/dist tegg/plugin/*/dist **/*/*.tsbuildinfo",
14
"clean": "pnpm -r --parallel run clean && pnpm clean-dist",
15
"build": "tsdown",
16
"lint": "pnpm clean-dist && oxlint --type-aware --type-check --quiet",
0 commit comments