Skip to content

Commit

Permalink
Fix some sommands
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaderr committed Feb 16, 2021
1 parent b797c39 commit 0fe7e80
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ clone: # Clone all repos
cd ../server && git clone https://github.com/yaderson/api-server.git || git pull
##TODO: custom script to run make from projects.yaml
up: # Run all projects
cd ../server/api-server
ls
make run
cd ../server/api-server && make run
##TODO: custom script to down make from projects.yaml
down: # Down all projects
cd ../server/api-server
Expand Down

0 comments on commit 0fe7e80

Please sign in to comment.