Skip to content

Commit 193d1b2

Browse files
committed
make synth quiet
1 parent a008e45 commit 193d1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test:
1414
poetry run python -m unittest discover -s 'tests' -p '*.py'
1515

1616
synth:
17-
cdk synth
17+
cdk synth -q
1818

1919
check: lint types test synth
2020

0 commit comments

Comments
 (0)