Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 488 Bytes

NOTES.md

File metadata and controls

24 lines (17 loc) · 488 Bytes

Notes

Lerna/npm publish

  • yarn run release
  • yarn run release:next

Beta publish

yarn test
lerna publish --canary --preid next --dist-tag next
lerna publish --github-release --force-publish=*
lerna publish --github-release

To be tested: --github-release

Test publish with verdaccio

npm adduser --registry http://localhost:4873
lerna publish --registry http://localhost:4873 --canary --preid next