Skip to content

Commit 7c2a780

Browse files
committed
makefile
1 parent 49c3871 commit 7c2a780

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lambdas/mns_subscription/Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1+
RUN_ENV := @PYTHONPATH=src:../shared/src
2+
13
subscribe:
2-
@PYTHONPATH=src poetry run python src/subscribe_mns.py
4+
$(RUN_ENV) poetry run python src/subscribe_mns.py
35

46
unsubscribe:
5-
@PYTHONPATH=src poetry run python src/unsubscribe_mns.py
7+
$(RUN_ENV) poetry run python src/unsubscribe_mns.py
68

79
TEST_ENV := @PYTHONPATH=src:tests:../shared/src
810

0 commit comments

Comments
 (0)