Signed-off-by: Jason Etheridge <jason@esilibrary.com>
echo Return Value = $?
npm update
echo Return Value = $?
- npm install -g grunt-cli # install grunt
- echo Return Value = $?
cd /home/opensrf/Evergreen/Open-ILS/web/js/ui/default/staff
npm install # fetch build depencies
echo Return Value = $?
- grunt build # concatentate, minify, copy into place
+ npm run build # copy into place; use build-prod for concatenation
echo Return Value = $?
- grunt test # run JS unit tests
+ npm run test # run JS unit tests
echo Return Value = $?
echo End of Evergreen browser client build/test =~-._
}