1
0
Fork 0

README.hacking: Mention of distdir

master
Mike Gerwitz 2018-02-06 15:38:11 -05:00
parent 21ed6f940c
commit ab7855bff5
1 changed files with 10 additions and 0 deletions

View File

@ -15,6 +15,16 @@ To build and publish a new version on NPM:
- Publish:
$ npm publish liza-VERSION.tar.gz
If your system cannot create a distribution tarball for whatever reason
(e.g. because of large user/group ids), then you'll have to create a
distribution directory instead:
- Create distribution:
$ make distdir
- Publish:
$ npm publish liza-VERSION/
If you have a personal account on NPM, you may use that; otherwise,
use the `lovullo' account.