Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
lib
unicaen
skeleton-application
Commits
42b416c6
Commit
42b416c6
authored
Dec 16, 2020
by
Bertrand Gauthier
Browse files
Suppression des commandes doctrine dans les post-install-cmd du composer.json car elles plantent
parent
aa831242
Changes
1
Hide whitespace changes
Inline
Side-by-side
composer.json
View file @
42b416c6
...
...
@@ -25,11 +25,7 @@
"mkdir -p vendor/mpdf/mpdf/ttfontdata && chmod -R 777 vendor/mpdf/mpdf/ttfontdata"
,
"mkdir -p data/cache && chmod -R 777 data/cache && rm -rf data/cache/*"
,
"mkdir -p data/DoctrineModule/cache && chmod -R 777 data/DoctrineModule/cache && rm -rf data/DoctrineModule/cache/*"
,
"mkdir -p data/DoctrineORMModule/Proxy && chmod -R 777 data/DoctrineORMModule/Proxy && rm -rf data/DoctrineORMModule/Proxy/*"
,
"vendor/bin/doctrine-module orm:clear-cache:query &"
,
"vendor/bin/doctrine-module orm:clear-cache:metadata &"
,
"vendor/bin/doctrine-module orm:clear-cache:result &"
,
"vendor/bin/doctrine-module orm:generate-proxies &"
"mkdir -p data/DoctrineORMModule/Proxy && chmod -R 777 data/DoctrineORMModule/Proxy && rm -rf data/DoctrineORMModule/Proxy/*"
],
"post-create-project-cmd"
:
[
"cp -r config/autoload/local.php.dist config/autoload/local.php"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment