Skip to content

Commit

Permalink
added install prod to the other make files
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Aug 11, 2023
1 parent 3771a9a commit 3532d52
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions integrations/jira/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ install:
$(call install_poetry) && \
poetry install --with dev

install/prod:
$(call install_poetry) && \
poetry install --without dev --no-root --no-interaction --no-ansi --no-cache

lint:
$(ACTIVATE) && \
$(call run_checks,.)
Expand Down
4 changes: 4 additions & 0 deletions integrations/newrelic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ install:
$(call install_poetry) && \
poetry install --with dev

install/prod:
$(call install_poetry) && \
poetry install --without dev --no-root --no-interaction --no-ansi --no-cache

lint:
$(ACTIVATE) && \
$(call run_checks,.)
Expand Down
4 changes: 4 additions & 0 deletions integrations/pagerduty/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ install:
$(call install_poetry) && \
poetry install --with dev

install/prod:
$(call install_poetry) && \
poetry install --without dev --no-root --no-interaction --no-ansi --no-cache

lint:
$(ACTIVATE) && \
$(call run_checks,.)
Expand Down

0 comments on commit 3532d52

Please sign in to comment.