You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 istsc -b packages
. Shouldn't we be building the ui package with parcel?The text was updated successfully, but these errors were encountered: