Open PatrykKuniczak opened 2 months ago
* Please fill in the required items.
*
I've wanted to resolve issue with deleting .turbo and this resolve it and also improve performance, because of: https://github.com/vercel/turborepo/issues/8122 On some machines
.turbo
I've added "daemon": true to turbo.json and remove daemon stop from clean scripts
"daemon": true
turbo.json
run e.g. pnpm dev, then stop script and try to run pnpm clean:turbo and check it works without any permission error
pnpm dev
pnpm clean:turbo
Priority*
Purpose of the PR*
I've wanted to resolve issue with deleting
.turbo
and this resolve it and also improve performance, because of: https://github.com/vercel/turborepo/issues/8122 On some machinesChanges*
I've added
"daemon": true
toturbo.json
and remove daemon stop from clean scriptsHow to check the feature
run e.g.
pnpm dev
, then stop script and try to runpnpm clean:turbo
and check it works without any permission error