Agoric / ui-kit

Components and tools for building graphical UIs
https://ui-kit-dwm.pages.dev/
Apache License 2.0
3 stars 3 forks source link

build: build ui-components before publishing #6

Closed samsiegart closed 1 year ago

samsiegart commented 1 year ago

I get an error when using the latest:

[commonjs--resolver] Failed to resolve entry for package "@agoric/ui-components". The package may have incorrect main/module/exports specified in its package.json.
error during build:
Error: Failed to resolve entry for package "@agoric/ui-components". The package may have incorrect main/module/exports specified in its package.json.

I think because the package was missing its dist folder, because it isn't being built before being published. @turadg I may need help testing this