#!/bin/bash

set -e

babel app/generator.js --out-file app/index.js;
babel app/generator.spec.js --out-file app/generator.spec.es5.js;
