Skip to content
This repository has been archived by the owner on Sep 3, 2019. It is now read-only.

Commit

Permalink
Remove useless install step in recipe - refs #24
Browse files Browse the repository at this point in the history
  • Loading branch information
Matéo Zanibelli committed Oct 11, 2017
1 parent e1effbb commit cebcb5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ lint: ## Make a lint check
format: ## Format all the code!
docker-compose run --rm elm run format

deploy_prod: install build ## Deploy prod
deploy_prod: build ## Deploy prod
@ echo "Deploying to " $$DEPLOYMENT_TARGET_PATH
@rsync -avzL --delete dist/ $$DEPLOYMENT_TARGET_PATH

Expand Down

0 comments on commit cebcb5b

Please sign in to comment.