Use python wheels to speed up deployments

This commit is contained in:
Imdad Ahad
2016-11-07 17:56:08 +00:00
parent edfa9d4382
commit 75854d91fc
3 changed files with 4 additions and 2 deletions

View File

@@ -67,6 +67,7 @@ generate-version-file: ## Generates the app version file
.PHONY: build
build: dependencies generate-version-file ## Build project
./venv/bin/pip-accel wheel --wheel-dir=wheelhouse -r requirements.txt
npm run build
.PHONY: build-codedeploy-artifact