Skip to content

Commit

Permalink
chore: debug "composer install" failure in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jan 4, 2024
1 parent 8d30bf1 commit 9d78b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Drupal based content management system.",
"sideEffects": false,
"scripts": {
"prep:composer": "if command -v composer; then composer install; else echo 'Skipping composer install.'; fi",
"prep:composer": "if command -v composer; then composer install -vvv; else echo 'Skipping composer install.'; fi",
"prep:database": "./prep-database.sh",
"prep:schema": "pnpm drush silverback-gatsby:schema-export ../../../tests/schema || true",
"fix-premissions": "chmod +w web/sites/default/files/.htaccess && chmod +w web/sites/default/files/private/.htaccess",
Expand Down

0 comments on commit 9d78b17

Please sign in to comment.