File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848domserver : domserver-configure paths.mk config
4949judgehost : judgehost-configure paths.mk config
5050docs : paths.mk config
51- install -domserver : domserver domserver-create-dirs
51+ nstall -domserver : composer-dump-autoload domserver domserver-create-dirs
5252install-judgehost : judgehost judgehost-create-dirs
5353install-docs : docs-create-dirs
5454dist : configure composer-dependencies
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ composer-dump-autoload-dev:
4646copy-bundle-assets :
4747# We can not use bin/console here, as when using a fakeroot,
4848# the include paths are broken. We just copy in the data we need
49- -rm -rf public/bundles/nelmioapidoc/*
49+ -rm -rf public/bundles/nelmioapidoc
5050 mkdir -p public/bundles/nelmioapidoc
5151 cp -a vendor/nelmio/api-doc-bundle/public/* public/bundles/nelmioapidoc/
5252
You can’t perform that action at this time.
0 commit comments