Skip to content
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #287 from Financial-Times/fix-heroku-pruning
Browse files Browse the repository at this point in the history
Don't run npm update in Heroku postbuild task
  • Loading branch information
ivomurrell authored Apr 12, 2022
2 parents 8b8ce6b + 20489cc commit 1ae4a94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tasks/deploy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ change-api:
@$(DONE)

heroku-postbuil%:
npm update
@if [ -e bower.json ]; then $(BOWER_INSTALL); fi
make build-production
make deploy-assets
Expand Down

0 comments on commit 1ae4a94

Please sign in to comment.