Signed-off-by: Bill Erickson <berickxx@gmail.com>
$ npm update
---------------------------------------------------------------------
-=== Transpile + Deploy in --watch mode for Dev ===
+=== Transpile + Deploy in --watch mode for Dev
* Development builds
** Using the JIT compiler which is faster to compile, but slower
[source,sh]
---------------------------------------------------------------------
-$ cd $EVERGREEN/Open-ILS/src/eg2
-$ npm update
$ ng build --app eg --watch --deploy-url /eg2/ --base-href /eg2/ --output-path ../../web/eg2/
---------------------------------------------------------------------