Skip to content

Commit 4183267

Browse files
eli-507 position clean lambda script
1 parent fb38ff6 commit 4183267

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ check-licenses:
4343
build: dist/lambda.zip # Build lambda.zip in dist/
4444

4545
dist/lambda.zip: $(MAKE_DIR)/pyproject.toml $(MAKE_DIR)/poetry.lock $(shell find src -type f)
46-
poetry build-lambda -vv
47-
poetry run clean-lambda
46+
poetry build-lambda -vv && poetry run clean-lambda
4847

4948
deploy: # Deploy the project artefact to the target environment @Pipeline
5049
# TODO: Implement the artefact deployment step

0 commit comments

Comments
 (0)