UNPKG

54 Bapplication/x-shView Raw
1#!/bin/bash
2
3set -e
4
5yarn test once
6yarn lint
7
8exit 0