blob: 55f46d85995256097734f7ff7748191dca349ec1 [file] [log] [blame]
Luca Prete74fa3222018-03-02 15:46:14 -08001#!/bin/bash -ex
2
Luca Prete74fa3222018-03-02 15:46:14 -08003# Install npm deps
4npm install
5typings install
6
7# Check code style
8npm run lint
9
10# Execute tests
11npm test