##// END OF EJS Templates
chore(dev): small adjustment to makefile
super-admin -
r1198:d8e9d55a default
parent child Browse files
Show More
@@ -66,6 +66,7 b' dev-sh:'
66 66 echo "source <(carapace _carapace)" > /home/rhodecode/.zsrc
67 67 PROMPT='%(?.%F{green}√.%F{red}?%?)%f %B%F{240}%1~%f%b %# ' zsh
68 68
69
69 70 .PHONY: dev-env
70 71 ## make dev-env based on the requirements files and install develop of packages
71 72 ## Cleanup: pip freeze | grep -v "^-e" | grep -v "@" | xargs pip uninstall -y
@@ -79,7 +80,8 b' dev-env:'
79 80 .PHONY: sh
80 81 ## shortcut for make dev-sh dev-env
81 82 sh:
82 (make dev-env; make dev-sh)
83 make dev-env
84 make dev-sh
83 85
84 86
85 87 .PHONY: dev-srv
General Comments 0
You need to be logged in to leave comments. Login now