janus-idp / janus-idp.github.io

Other
14 stars 28 forks source link

fix(turbo): fix turbo.json dev pipeline #148

Closed Zaperex closed 1 year ago

Zaperex commented 1 year ago

What does this PR do / why we need it

With a fresh installation of the project (pnpm i), if the user tries to start the website locally (pnpm dev --filter=website), it will fail since the website is not built. This PR ensures that the website is built before the pnpm run dev is ran.

Which issue(s) does this PR fix

Fixes #?

PR acceptance criteria

How to test changes / Special notes to the reviewer