istok
Setup
TODO
Workflows
Add new package
- Use
template-demo-core
package as a reference (package must includepackage.json
,tsconfig.json
andsrc/index.ts
). - Run
yarn lerna bootstrap
.
Publish
yarn lerna publish
Publish every changed package to registry. It will build packages before publish.
Add dependency to a package
yarn lerna add <package> --scope=@<scoped/package>
Build packages
yarn build