We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a008e45 commit 193d1b2Copy full SHA for 193d1b2
Makefile
@@ -14,7 +14,7 @@ test:
14
poetry run python -m unittest discover -s 'tests' -p '*.py'
15
16
synth:
17
- cdk synth
+ cdk synth -q
18
19
check: lint types test synth
20
0 commit comments