Skip to content

Commit

Permalink
TASK #4471 lint distributionintegrity
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Sep 3, 2023
1 parent 71e64ed commit 19fabbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,11 @@
"@lint:phpcs-psr12 --exclude=Generic.Files.LineLength"
],
"lint:phpstan": "../../bin/phpstan analyse",
"lint:distributionintegrity": "[ -d 'Neos.ContentRepository' ] && { echo 'Package Neos.ContentRepository should not exist.' 1>&2; exit 1; } || exit 0;",
"lint": [
"@lint:phpcs",
"@lint:phpstan"
"@lint:phpstan",
"@lint:distributionintegrity"
],
"test:unit": [
"../../bin/phpunit --colors --stop-on-failure -c ../../Build/BuildEssentials/PhpUnit/UnitTests.xml Neos.ContentRepository.Core/Tests/Unit",
Expand Down

0 comments on commit 19fabbf

Please sign in to comment.