Skip to content

Commit

Permalink
chore: do not run test again before publish (#4312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjae Lee authored Jan 23, 2020
1 parent 413ed4f commit 7706730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ship.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 7706730

Please sign in to comment.