#!/bin/bash

set -ex
pushd ../..
pipenv run ./build
popd
pipenv run pip install --force-reinstall ../../dist/leaninit*.whl
pipenv run ./buildit $*
