-
Notifications
You must be signed in to change notification settings - Fork 18
Publishing
Simon Warta edited this page Nov 11, 2019
·
8 revisions
This is for maintainers of IOV-Core only.
- Login using
npm login
- Run
git clean -xdf && yarn install && yarn build
- Run
./scripts/add_nonce.sh && git add packages/ && git commit -m "Add nonce"
- Run
./node_modules/.bin/lerna publish
or for pre-releases run./node_modules/.bin/lerna publish --dist-tag next
and select a pre-release version
When no current pre-release exists, the next
tag should be deleted:
$ ./node_modules/.bin/lerna exec --no-private -- npm dist-tag rm "\$LERNA_PACKAGE_NAME" next