File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,10 @@ clean:
5454 rm -rf packages/cdk/lib
5555 rm -rf packages/slackBotFunction/coverage
5656 rm -rf packages/slackBotFunction/.coverage
57+ rm -rf packages/slackBotFunction/.dependencies
5758 rm -rf packages/syncKnowledgeBaseFunction/coverage
5859 rm -rf packages/syncKnowledgeBaseFunction/.coverage
60+ rm -rf packages/syncKnowledgeBaseFunction/.dependencies
5961 rm -rf cdk.out
6062 rm -rf .build
6163 find . -name ' .pytest_cache' -type d -prune -exec rm -rf ' {}' +
@@ -98,6 +100,8 @@ cdk-deploy: guard-STACK_NAME
98100 --context slackBotToken=$$ SLACK_BOT_TOKEN \
99101 --context slackSigningSecret=$$ SLACK_SIGNING_SECRET
100102cdk-synth :
103+ mkdir -p packages/slackBotFunction/.dependencies
104+ mkdir -p packages/syncKnowledgeBaseFunction/.dependencies
101105 mkdir -p .local_config
102106 STACK_NAME=epsam \
103107 COMMIT_ID=undefined \
You can’t perform that action at this time.
0 commit comments