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

Deploy react components #88

Closed samsiegart closed 4 months ago

samsiegart commented 4 months ago

Failing deployment: https://github.com/Agoric/ui-kit/actions/runs/8092461024/job/22113217987

Apparently this means we need to set:

  "publishConfig": {
    "access": "public"
  }

...like the other packages. Setting "private": false is not enough.

Also fixed the non-fatal error:

Error: src/lib/config/index.ts(42,14): error TS2742: The inferred type of 'makeAssetList' cannot be named without a reference to 'chain-registry/node_modules/@chain-registry/types'. This is likely not portable. A type annotation is necessary.