We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df7c97 commit c851b85Copy full SHA for c851b85
Makefile
@@ -41,6 +41,7 @@ nuke: clean ## Make a clean source tree and nuke the venv
41
42
packages: ## Make source and wheel packages
43
rm -rf dist/
44
+ jlpm run build:prod
45
python setup.py sdist bdist_wheel
46
ls -l dist/
47
0 commit comments