Skip to content

Conversation

oklas
Copy link

@oklas oklas commented Feb 17, 2023

Closes #480

@oklas
Copy link
Author

oklas commented Feb 20, 2023

Installing before publishing is a little tricky due to lerna.

It may be solved by adding to package.json something like this:

  "dependencies": {
    "micro": "file:./micro/packages/micro/micro-v10.0.1.tgz"
  },
  "scripts": {
    "preinstall": "if [ ! -d ./micro ]; then git clone --depth 1 --branch patch-1 https://github.com/oklas/micro; (cd micro/packages/micro && yarn && yarn build && yarn pack) ; fi"
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Port binding is not working and multiple endpoint is broken
1 participant