#!/usr/bin/env bash
if [ "$CONTEXT" = "deploy-preview" ]; then
  exit 0
fi
exit 1
