slice-machine
slice-machine copied to clipboard
chore: add custom `dev` script
Context
TODO
The Solution
- Add a custom
yarn devscript that starts each workspace'sdevscript in topological order. - Export a function that can be used by
yarn playto automatically start the dev servers.
Impact / Dependencies
This scripts sets a basis for a more stable dev script. It also should enable us to automatically start the dev watchers as part of the yarn play script.
Checklist before requesting a review
- [ ] I hereby declare my code ready for review.
- [ ] If it is a critical feature, I have added tests.
- [ ] The CI is successful.
- [ ] If there could backward compatibility issues, it has been discussed and planned.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Updated (UTC) |
|---|---|---|---|
| slice-machine | ✅ Ready (Inspect) | Visit Preview | May 2, 2024 4:10am |
Closing since this was just an experiment. We can refer to this in the future.