Skip to content

Commit

Permalink
🐎 ci: 根包配置删除 pnpm-lock.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Sep 21, 2024
1 parent 6361c5c commit 4f0c898
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 @@ -17,7 +17,7 @@
"preinstall": "npx only-allow pnpm && npm run corepack:pnpm",
"corepack:pnpm": "corepack enable && corepack install",
"git:fetch": "git fetch -p",
"rm:node_modules": "pnpm -r rm:node_modules && rimraf node_modules",
"rm:node_modules": "pnpm -r rm:node_modules && rimraf node_modules pnpm-lock.yaml",
"clear": "rimraf dist .turbo .vercel .cache .temp",
"pnpm:clear": "pnpm -r clear && pnpm run clear",
"turbo:clear": "turbo clear",
Expand Down

0 comments on commit 4f0c898

Please sign in to comment.