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