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 c87d3f1 commit c208777Copy full SHA for c208777
1 file changed
package.json
@@ -51,7 +51,7 @@
51
"tsconfig.json"
52
],
53
"scripts": {
54
- "clean": "rimraf coverage dist docs/.vitepress/dist pnpm-lock.yaml node_modules",
+ "clean": "rimraf coverage .eslintcache dist docs/.vitepress/dist pnpm-lock.yaml node_modules",
55
"build:clean": "rimraf dist",
56
"build:code": "esno ./scripts/bundle.ts",
57
"build:types": "tsc --emitDeclarationOnly --outDir dist/types",
0 commit comments