Skip to content

Commit

Permalink
Chore(web-twig): Fix makefile comment to not be displayed in help mes…
Browse files Browse the repository at this point in the history
…sage
  • Loading branch information
literat committed Jun 24, 2024
1 parent 24b5e7e commit 7a0f904
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/web-twig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ endif
encore-install: ## Install demo dependencies
cd $(APP_DOCKER_DIR) && $(DOCKER_COMP) exec $(DOCKER_ENCORE_SERVICE) yarn install

## Every time you create a new package and use it in the demo, you need to link it here.
## This is because the demo is not using the packages from npm, but from the local filesystem.
## It ensures that the demo is always using the latest version of the package.
## Thus the realtime local development is possible.
#/# Every time you create a new package and use it in the demo, you need to link it here.
#/# This is because the demo is not using the packages from npm, but from the local filesystem.
#/# It ensures that the demo is always using the latest version of the package.
#/# Thus the realtime local development is possible.

encore-link: ## Link demo dependencies
cd $(APP_DOCKER_DIR) && \
Expand Down

0 comments on commit 7a0f904

Please sign in to comment.