This commit is contained in:
2019-09-15 10:06:54 -04:00
parent f6995b953a
commit bc4a8a640e
+5 -1
View File
@@ -3,10 +3,14 @@ echo:
format:
black .
install: system-deps python-deps
full-install: system-deps python-deps
install: node-deps python-deps
python-deps:
# Example of comments
pipenv install
node-deps:
yarn install
system-deps:
brew install pipenv