diff --git a/ship.config.js b/ship.config.js index 69a7581846..d1fc757503 100644 --- a/ship.config.js +++ b/ship.config.js @@ -14,6 +14,7 @@ module.exports = { exec('yarn doctoc'); }, pullRequestTeamReviewer: ['instantsearch-for-websites'], + testCommandBeforeRelease: () => 'echo "No need to test again."', afterPublish: ({ exec, version, releaseTag }) => { if (releaseTag === 'latest' && version.startsWith('4.')) { exec('./scripts/release/build-experimental-typescript.js');