Jonghakseo / chrome-extension-boilerplate-react-vite

Chrome Extension Boilerplate with React + Vite + Typescript
MIT License
2.43k stars 357 forks source link

fix/not permitted unlink for 'pnpm clean' #650

Closed PatrykKuniczak closed 3 months ago

PatrykKuniczak commented 3 months ago

* Please fill in the required items.

Priority*

Purpose of the PR*

Give users possibility to use pnpm clean script in 100% :)

Changes*

Add shut down turbo daemon before rimraf

How to check the feature

run pnpm clean

Reference

I was thinking also about total shut down of daemon, but i'm not sure, we're really need it. @Jonghakseo If we don't need it, we can turn it off globally, but it isn't working properly for now. I was sent question to turborepo community, let's wait for response :) https://github.com/vercel/turbo/pull/8728#issuecomment-2275534895