topology-foundation / ts-topology

The official TypeScript implementation of Topology Protocol
MIT License
4 stars 1 forks source link

Ignore npm registry when using local packages #21

Open d-roak opened 2 weeks ago

d-roak commented 2 weeks ago

There is a bug when installing packages defined as being local, npm tries to fetch that version from npm registry. Therefore, our ci fails when we do new releases.

E.g. https://github.com/topology-foundation/ts-topology/actions/runs/9576039797/job/26401878399

https://github.com/topology-foundation/ts-topology/blob/06abbc6ec4f04220e8447a0bc9f58f1f783ae389/examples/canvas/package.json#L11-L15