Skip to content

Commit 312b75d

Browse files
committed
chore: override generic cdk make targets
1 parent 6a47812 commit 312b75d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@ deep-clean: clean
257257
poetry env remove --all
258258

259259
cdk-deploy: cdk-stateful-deploy cdk-stateless-deploy
260+
@true
261+
262+
cdk-synth: cdk-stateful-synth cdk-stateless-synth
263+
@true
260264

261265
cdk-stateful-deploy:
262266
CDK_APP_NAME=PsuApiApp \

0 commit comments

Comments
 (0)