Skip to content

Commit

Permalink
fix error 'rm composer.contrib.lock not found'
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswilson authored and markdorison committed Jul 15, 2024
1 parent 5c518b9 commit 3415402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/web/phpstan
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ test -e phpstan.neon || curl -OL https://git.drupalcode.org/project/gitlab_templ
export COMPOSER=composer.contrib.json
.ddev/commands/web/expand-composer-json "$DDEV_PROJECT_NAME"
phpstan analyse $DDEV_DOCROOT/modules/custom "$@"
rm composer.contrib.json composer.contrib.lock
rm composer.contrib.json

0 comments on commit 3415402

Please sign in to comment.