twentyhq / twenty

Building a modern alternative to Salesforce, powered by the community.
https://twenty.com
Other
17.62k stars 2.08k forks source link

Frontend commands must start with 'yarn' instead of 'nx' #8082

Open Hitarthsheth07 opened 6 hours ago

Hitarthsheth07 commented 6 hours ago

Bug Description

Sorry for making another 'docs issue/PR'. I just spend 30 mins figuring out the issue and don't want someone else to do the same!

Currently the frontend commands start with 'nx' and running them will give an error: image

All the commands should start with 'yarn' instead of 'nx'.

Hitarthsheth07 commented 6 hours ago

Since it is a very minor change you can probably stage in CI and then merge it when you're merging for another issue. Not sure how it works!

Sorry again...