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 48
48
domserver : domserver-configure paths.mk config
49
49
judgehost : judgehost-configure paths.mk config
50
50
docs : paths.mk config
51
- install -domserver : domserver domserver-create-dirs
51
+ nstall -domserver : composer-dump-autoload domserver domserver-create-dirs
52
52
install-judgehost : judgehost judgehost-create-dirs
53
53
install-docs : docs-create-dirs
54
54
dist : configure composer-dependencies
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ composer-dump-autoload-dev:
46
46
copy-bundle-assets :
47
47
# We can not use bin/console here, as when using a fakeroot,
48
48
# 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
50
50
mkdir -p public/bundles/nelmioapidoc
51
51
cp -a vendor/nelmio/api-doc-bundle/public/* public/bundles/nelmioapidoc/
52
52
You can’t perform that action at this time.
0 commit comments