Jonghakseo / chrome-extension-boilerplate-react-vite

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

chore/refactor-all-packages-json #697

Closed PatrykKuniczak closed 2 months ago

PatrykKuniczak commented 2 months ago

* Please fill in the required items.

Priority*

Purpose of the PR*

I want to do it in more turbo friendly way, and i've done it as simply as possible for now.

Changes*

I've split clean command and remove redundancy from dev

I've used pnpx for avoid cases when users run pnpm clean:turbo and then want to run pnpm clean:node_modules or clean

By this move i want to avoid a bunch of issues about new error(users reports) πŸ˜†

I've also removed tasks from dependsOn due to lack of opportunities to define a order, in package.json i can do it freely. Maybe in the future we'll find a better solution for that.

And also don't pay attension to cross-env because it works for now, and i'll try to refactor it, to looks and works better πŸ˜„

How to check the feature

Run new and old commands, and check if it works