Jonghakseo / chrome-extension-boilerplate-react-vite

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

fix: move `ready` task into root package `scripts` instead of turbo.json `dependsOn` #703

Closed PatrykKuniczak closed 3 weeks ago

PatrykKuniczak commented 3 weeks ago

* Please fill in the required items.

Priority*

Purpose of the PR*

It needs to be fixed, because of the wrong execution order

Changes*

As in title :)

How to check the feature

Run pnpm dev

PatrykKuniczak commented 3 weeks ago

fixed by #705