Skip to content

Commit

Permalink
refactor: remove dev alias from api run-local
Browse files Browse the repository at this point in the history
  • Loading branch information
rokasramas committed Mar 1, 2021
1 parent b4ac91d commit 32fdf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ integration-tests:
docker-compose -p test -f docker-compose.test.yml up --remove-orphans --abort-on-container-exit --exit-code-from api

run-local:
clojure -A:dev -m api.server
clojure -m api.server

export-document-plan:
@curl -s -X POST http://localhost:3001/_graphql \
Expand Down

0 comments on commit 32fdf3f

Please sign in to comment.