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

Commit

Permalink
Install dev deps for postbuild, then prune
Browse files Browse the repository at this point in the history
  • Loading branch information
adgad authored Nov 23, 2018
1 parent 1040665 commit 0ab2ceb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tasks/deploy.mk
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ test-review-app: gtg-review-app smoke a11y

heroku-postbuil%:
npm update
npm install --only=dev
@if [ -e bower.json ]; then $(BOWER_INSTALL); fi
make build-production
make deploy-assets
npm prune --production

0 comments on commit 0ab2ceb

Please sign in to comment.