Skip to content

Commit

Permalink
Add missing dependency in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-morvan committed Jun 10, 2020
1 parent fb9d814 commit 974ccc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ help:
@echo
@echo "- help Display this help message"
@echo "- serve-ngeo Run a development web server for running the ngeo examples"
@echo "- serve-api Run a development web server for running the api examples"
@echo "- serve-gmf Run a development web server for running the gmf examples"
@echo "- serve-gmf-apps Run a development web server for running the gmf apps"
@echo "- examples-hosted Build the hosted examples"
Expand Down Expand Up @@ -171,7 +172,7 @@ serve-gmf-apps: .build/node_modules.timestamp $(ANGULAR_LOCALES_FILES)
npm run serve-gmf-apps

.PHONY: serve-api
serve-api:
serve-api: .build/node_modules.timestamp
npm run serve-api

.PHONY: examples-hosted
Expand Down

0 comments on commit 974ccc3

Please sign in to comment.