Jonghakseo / chrome-extension-boilerplate-react-vite

Chrome Extension Boilerplate with React + Vite + Typescript
MIT License
2.26k stars 329 forks source link

fix: change `watch` to `run` from `dev` package.json command #696

Open PatrykKuniczak opened 3 weeks ago

PatrykKuniczak commented 3 weeks ago

* Please fill in the required items.

Priority*

Purpose of the PR*

Change it because of the error from #692

Changes*

I've change a little dev script from root package.json

How to check the feature

Run pnpm dev

Jonghakseo commented 3 weeks ago

The turbo watch and run commands behave differently. I used watch to run packages with some dependencies together that don't run in dev mode.

The solutions to related problems are likely to be different.

PatrykKuniczak commented 3 weeks ago

@Jonghakseo I converted it to draft because i had realized, i haven't tested it if it works the same way, i need to take another look :)