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 +