mike-north/js-ts-monorepos

Building the ui package

Opened this issue · 0 comments

When I look at the content of the ui dist folder after running yarn build, I can see that it was built with Typescript, since the workspace build script is tsc -b packages. Shouldn't we be building the ui package with parcel?