install lerna globally if you haven't already
npm install lerna --global
yarn add install:all
lerna run dev
Common code is located in the ./lib
directory where we install @lit-protocol/*
packages.
curl -X POST \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Authorization: token xx" \
https://api.github.com/repos/LIT-Protocol/lit-configuration-guides/dispatches \
-d '{"event_type":"dependency_update", "client_payload": {"labels": ["alpha"]}}'