Skip to content

Commit

Permalink
infra: cleanup clean command (#2979)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Jun 30, 2024
1 parent e21fcaf commit 0679d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"dist"
],
"scripts": {
"clean": "rimraf coverage .eslintcache dist docs/.vitepress/dist locale node_modules",
"clean": "rimraf coverage .eslintcache dist docs/.vitepress/cache docs/.vitepress/dist node_modules",
"build:clean": "rimraf dist",
"build:code": "tsup-node",
"build:types": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit 0679d99

Please sign in to comment.