Document process for building npm package
This commit is contained in:
parent
a5fe3f605a
commit
2416658443
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1 +1,2 @@
|
|||
build
|
||||
/olm-*.tgz
|
||||
|
|
|
@ -27,7 +27,8 @@ To build the javascript bindings, install emscripten from http://kripken.github.
|
|||
|
||||
.. code:: bash
|
||||
|
||||
javascript/build.py
|
||||
javascript/build.py # builds javascript/olm.js
|
||||
npm pack javascript # packages olm.js into olm-x.y.z.tgz
|
||||
|
||||
Design
|
||||
------
|
||||
|
|
Loading…
Reference in a new issue