#!/bin/sh

set -e

cd "$(dirname "$0")/.."

./script/bootstrap
./node_modules/.bin/grunt ci --stack --no-color
