We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8291d73 commit 10433e1Copy full SHA for 10433e1
webapp/Makefile
@@ -65,7 +65,7 @@ install-domserver:
65
# This must be done first to install with the rest.
66
$(MAKE) copy-bundle-assets
67
$(INSTALL_DIR) $(DESTDIR)$(domserver_webappdir);
68
- for d in bin config migrations public resources src templates tests vendor; do \
+ for d in bin config migrations public resources src templates tests vendor node_modules; do \
69
$(call install_tree,$(DESTDIR)$(domserver_webappdir),$$d) ; \
70
done
71
# Add Symlink to Symfony console that is in the standard path
0 commit comments