Skip to content

Commit

Permalink
Remove TEST_SKIP_PHPSTAN wrapper in analyze script
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Nov 11, 2024
1 parent bb4ca25 commit 604b4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"post-update-cmd": [
"composer run-script post-install-cmd"
],
"analyze": "if [ -z $TEST_SKIP_PHPSTAN ]; then phpstan --version; phpstan analyze --ansi --memory-limit=1G; fi",
"analyze": "phpstan analyze --ansi --memory-limit=1G",
"pre-commit": [
"npm run lint:staged"
]
Expand Down

0 comments on commit 604b4c6

Please sign in to comment.