From 721f7d1aa24ac89ce788ef16867eb9d870de6b29 Mon Sep 17 00:00:00 2001 From: Andrew Miner Date: Thu, 19 Feb 2015 11:54:36 -0800 Subject: [PATCH] Change deploy script to rebuild after deployment --- scripts/deploy | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/deploy b/scripts/deploy index d7b1b6d65..b6b32b67e 100755 --- a/scripts/deploy +++ b/scripts/deploy @@ -25,3 +25,6 @@ if [[ "$TARGET" == "new" ]]; then elif [[ "$TARGET" == "promote" ]]; then aws s3 sync s3://new.$SITE s3://$SITE --delete fi + +grunt clean build +