Hi! 👋 We’re excited that you’re interested in contributing!
Read the guidelines on the MDX website
This project is a lerna monorepo, so packages releasing is controlled by lerna.
- Make sure you have both GitHub repository and npm write permissions at the same time.
- You need a GitHub token with a
public_repo
scope asGH_TOKEN
in the environment to publish - Run
yarn release
simply, orGH_TOKEN=xxx yarn release
to exportGH_TOKEN
at one time.