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 15, 2021
1 parent 6b95d25 commit b797c39
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
@@ -1,8 +1,6 @@
##TODO: custom script to clone repos from projects.yaml
clone: # Clone all repos
cd ..
cd ./server
git clone https://github.com/yaderson/api-server.git || git pull
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
Expand Down

0 comments on commit b797c39

Please sign in to comment.