blob: 034b8da2e8d8680d3b5fc29c136da6fb025dd449 [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
Luca Preteceb41d42018-03-03 12:16:59 -08005
6# Install typings deps
7# typings install
Luca Prete74fa3222018-03-02 15:46:14 -08008
9# Check code style
10npm run lint
11
12# Execute tests
13npm test