summaryrefslogtreecommitdiff
path: root/www/Makefile
blob: 1e21b9a8fed5e8b12550ff2b4e9cbc30c61c7e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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