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 a6ebbfb commit a0fb002Copy full SHA for a0fb002
1 file changed
packages/vite-material-symbols-plugin/package.json
@@ -8,7 +8,7 @@
8
"./package.json": "./package.json"
9
},
10
"scripts": {
11
- "clean-dist": "rm -rf dist",
+ "clean-dist": "rm -rf dist types",
12
"clean-cache": "rm -rf .turbo node_modules",
13
"clean": "concurrently 'pnpm clean-dist' 'pnpm clean-cache'",
14
"check-format": "prettier --check .",
0 commit comments