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