Skip to content

Commit

Permalink
Merge pull request #784 from alphagov/update-dependencies
Browse files Browse the repository at this point in the history
Remove unnecessary dependencies from Whitehall and Smart Answers
  • Loading branch information
ChrisBAshton authored Oct 1, 2024
2 parents be16d7b + d886036 commit b2afeda
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion projects/smart-answers/Makefile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
smart-answers: bundle-smart-answers publishing-api content-store static whitehall
smart-answers: bundle-smart-answers publishing-api content-store static
$(GOVUK_DOCKER) run $@-lite yarn
2 changes: 0 additions & 2 deletions projects/smart-answers/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ services:
- publishing-api-app
- static-app
- content-store-app
- whitehall-app
environment:
GOVUK_PROXY_STATIC_ENABLED: "true"
VIRTUAL_HOST: smart-answers.dev.gov.uk
Expand All @@ -43,7 +42,6 @@ services:
- publishing-api-app
- static-app
- content-store-app
- whitehall-app
environment:
GOVUK_PROXY_STATIC_ENABLED: "true"
VIRTUAL_HOST: smart-answers.dev.gov.uk
Expand Down
2 changes: 1 addition & 1 deletion projects/whitehall/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
whitehall: bundle-whitehall asset-manager publishing-api static
whitehall: bundle-whitehall asset-manager publishing-api
$(GOVUK_DOCKER) run $@-lite bin/rake db:prepare
$(GOVUK_DOCKER) run $@-lite env RAILS_ENV=test bin/rake db:prepare
$(GOVUK_DOCKER) run $@-lite yarn
1 change: 0 additions & 1 deletion projects/whitehall/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ services:
depends_on:
- mysql-8
- redis
- static-app
- nginx-proxy
- asset-manager-app
- publishing-api-app
Expand Down

0 comments on commit b2afeda

Please sign in to comment.