Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ci-management
/
0e05f43683a28dee1a6232f12549741709c61d8d
/
.
/
jjb
/
cord
/
cord-xos-gui-unit.sh
blob: 55f46d85995256097734f7ff7748191dca349ec1 [
file
] [
log
] [
blame
]
#!/bin/bash -ex
# Install npm deps
npm install
typings install
# Check code style
npm run lint
# Execute tests
npm test