set -e
pkg_root=$(CDPATH= cd -- "$(dirname "$0")/.." && pwd)
cd "$pkg_root"
npm run format
npm run lint
npm run type
