blob: 0bfadaa7f715d00f3273867615bbb6a828b1bdfa [file] [log] [blame]
#!/bin/bash -ex
# Install npm deps
npm install
npm install typings --global
typings install
# Check code style
npm run lint
# Execute tests
npm test