Gitiles
Code Review
Sign In
gerrit.opencord.org
/
ci-management
/
9a99c9c38fe0ef38bf0a7fd58a964b76ec40949b
/
.
/
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