#!/usr/bin/env bash
set -e
pushd ./web_app
rm -r -f dist
npm run build
popd
rm -r -f ./iopaint/web_app
cp -r web_app/dist ./iopaint/web_app
python3 setup.py sdist bdist_wheel