#!/bin/sh -e
# Usage: script/cibuild
# CI build script.

npm run lint
npm run unit
bundle exec rake test
