Set up babel transpiler

This commit is contained in:
Chris Clark
2015-05-13 14:38:21 -07:00
parent e66978fb48
commit 398f8d001f
17 changed files with 94 additions and 75 deletions

View File

@@ -8,4 +8,4 @@ then
mkdir -p "$DIR/cache"
curl -L "$URL" > "$DEST"
fi
time node "$DIR/verify_ledger_json.js" "$DEST"
npm run compile && time node "$DIR/verify_ledger_json.js" "$DEST"