codeoverflow-org / nodecg-io

A NodeCG-bundle which implements Social Media API's in the NodeCG framework
https://nodecg.io
MIT License
108 stars 26 forks source link

Find a better solution for linking packages used for local development #7

Closed hlxid closed 4 years ago

hlxid commented 4 years ago

Description

For local development we need to have access to local modifications of e.g. types and therefore need to link the packages. Currently this is done using this hacky npm postinstall script:https://github.com/codeoverflow-org/nodecg-io/blob/a4896b3e881a1a10d807fb9da07c9da161455b48/package.json#L5 This is definitely not an long term solution. We need something that manages this automatically.

hlxid commented 4 years ago

Lerna seems to be able to do this using the lerna bootstrap command.