Describe the bug
npx @phase2/outline-cli init builds a new design system
- moving into the new directory and running
yarn start throws errors.
To Reproduce
Build a new design system with @phase2/outline-cli.
npx -y @phase2/outline-cli@latest init \
--automated \
--name="Design System" \
--slug="design-system" \
--packageName="@phase2/design-system" \
--description="Web component library powered by OutlineJS." \
--template="default" && \
cd design-system && \
yarn start
Expected behavior
- Able to run
yarn start
- Built in tests catch this type of issue
Screenshots
...