Skip to content

Commit

Permalink
Stop Flow after check
Browse files Browse the repository at this point in the history
There's no need to leave the Flow server running once we're done with it.
  • Loading branch information
mwiencek committed Dec 22, 2024
1 parent 161b5c5 commit d037368
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/musicbrainz-tests/run_js_perl_and_pgtap_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ sudo -E -H -u musicbrainz make -C po test_source

echo Checking JavaScript code’s static types with Flow
sudo -E -H -u musicbrainz ./node_modules/.bin/flow --quiet
sudo -E -H -u musicbrainz ./node_modules/.bin/flow stop --quiet
echo OK

echo Checking JavaScript code’s quality and style with ESLint
Expand Down

0 comments on commit d037368

Please sign in to comment.