Skip to content

Commit

Permalink
chore: fix issue with phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Jan 4, 2024
1 parent ec19bc5 commit 00014b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/cms/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"cweagans/composer-patches": true,
"drupal/core-composer-scaffold": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"phpstan/extension-installer": false,
"php-http/discovery": true
}
},
Expand Down
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 -vvv; else echo 'Skipping composer install.'; fi",
"prep:composer": "if command -v composer; then composer install; 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 00014b9

Please sign in to comment.