Skip to content

Commit 10433e1

Browse files
authored
Update Makefile
1 parent 8291d73 commit 10433e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ install-domserver:
6565
# This must be done first to install with the rest.
6666
$(MAKE) copy-bundle-assets
6767
$(INSTALL_DIR) $(DESTDIR)$(domserver_webappdir);
68-
for d in bin config migrations public resources src templates tests vendor; do \
68+
for d in bin config migrations public resources src templates tests vendor node_modules; do \
6969
$(call install_tree,$(DESTDIR)$(domserver_webappdir),$$d) ; \
7070
done
7171
# Add Symlink to Symfony console that is in the standard path

0 commit comments

Comments
 (0)