Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 495 Bytes

DEVELOP.md

File metadata and controls

32 lines (24 loc) · 495 Bytes

Setup

sudo apt install default-jre
npm i
npm run bootstrap

Build

npm run build

Publish

  • Build: npm run build
  • Test: npm run dry-run and git status
  • Login: npm login
  • Publish:
# ensure logged in
npm login

# prepare packages, and likely failed publish via lerna@2
./node_modules/lerna/bin/lerna publish   # tags via lerna@2

# real publish using lerna@4+
npm i -g lerna
lerna publish  # if does nothing, try: lerna publish from-package