Skip to content

Commit

Permalink
infra: don't remove pnpm-lock on clean (#2676)
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Feb 22, 2024
1 parent d89b348 commit 3853eac
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 @@ -59,7 +59,7 @@
"dist"
],
"scripts": {
"clean": "rimraf coverage .eslintcache dist docs/.vitepress/dist locale pnpm-lock.yaml node_modules",
"clean": "rimraf coverage .eslintcache dist docs/.vitepress/dist locale node_modules",
"build:clean": "rimraf dist",
"build:code": "tsup-node",
"build:types": "tsc --project tsconfig.build.json",
Expand Down

0 comments on commit 3853eac

Please sign in to comment.