Skip to content

Commit a0fb002

Browse files
committed
build: fix clean command
1 parent a6ebbfb commit a0fb002

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vite-material-symbols-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"./package.json": "./package.json"
99
},
1010
"scripts": {
11-
"clean-dist": "rm -rf dist",
11+
"clean-dist": "rm -rf dist types",
1212
"clean-cache": "rm -rf .turbo node_modules",
1313
"clean": "concurrently 'pnpm clean-dist' 'pnpm clean-cache'",
1414
"check-format": "prettier --check .",

0 commit comments

Comments
 (0)