diff --git a/Bashfile b/Bashfile index d27398b..2cd4066 100644 --- a/Bashfile +++ b/Bashfile @@ -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