Commit 7b13a45b authored by Grand Francois's avatar Grand Francois
Browse files

ajout des instructions pour générer un package installable

Showing with 5 additions and 0 deletions
+5 -0
...@@ -20,6 +20,11 @@ Then, you can install the necessary packages of the library: ...@@ -20,6 +20,11 @@ Then, you can install the necessary packages of the library:
`npm run buildspec` `npm run buildspec`
### To generate locally installable package
`rm -rf jalhyd-<ver>.tgz build; npm build && npm pack`
### To compile and test code with jasmine ### To compile and test code with jasmine
`npm jasmine` `npm jasmine`
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment