build:
	npm install
	npm run build:production

clean:
	rm -rf public
	rm -rf node_modules

pydist-wheel:
	python setup.py bdist_wheel

pydist-dev:
	pip install -e .

pydist-clean:
	rm -rf build dist