0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +00:00

Revert change to verbose

This commit is contained in:
G.Ambatte
2022-03-22 12:03:26 +13:00
parent 4134e43f6e
commit 9535fea964

View File

@@ -58,7 +58,7 @@ jobs:
# run tests!
- run:
name: Tests
command: npm run circleci --verbose
command: npm run circleci
workflows:
build_and_test: