Skip to content

Commit

Permalink
Separated main repo composer file from web (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
owsiakl committed Feb 4, 2024
1 parent 5df5eb1 commit 6555983
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@
"@test:mutation"
],
"test": [
"tools/phpunit/vendor/bin/phpunit",
"@test:web"
"tools/phpunit/vendor/bin/phpunit"
],
"test:docs": [
"docker run -t --rm -v $PWD:/app norberttech/md-link-linter --exclude=vendor ."
Expand All @@ -209,7 +208,6 @@
"tools/infection/vendor/bin/infection -j2"
],
"test:monorepo": "tools/monorepo/vendor/bin/monorepo-builder validate",
"test:web": "composer test --working-dir=web/landing",
"static:analyze": [
"@static:analyze:cs-fixer",
"@static:analyze:psalm",
Expand Down Expand Up @@ -249,8 +247,7 @@
"composer install --working-dir=./tools/phpbench",
"composer install --working-dir=./tools/phpstan",
"composer install --working-dir=./tools/psalm",
"composer install --working-dir=./tools/phpunit",
"composer install --working-dir=./web/landing/tools/phpunit"
"composer install --working-dir=./tools/phpunit"
],
"tools:update": [
"composer update --working-dir=./tools/blackfire",
Expand All @@ -261,8 +258,7 @@
"composer update --working-dir=./tools/phpbench",
"composer update --working-dir=./tools/phpstan",
"composer update --working-dir=./tools/psalm",
"composer update --working-dir=./tools/phpunit",
"composer update --working-dir=./web/landing/tools/phpunit"
"composer update --working-dir=./tools/phpunit"
]
},
"extra": {
Expand Down

0 comments on commit 6555983

Please sign in to comment.