Skip to content

Commit 7706730

Browse files
author
Eunjae Lee
authored
chore: do not run test again before publish (#4312)
1 parent 413ed4f commit 7706730

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ship.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ module.exports = {
1414
exec('yarn doctoc');
1515
},
1616
pullRequestTeamReviewer: ['instantsearch-for-websites'],
17+
testCommandBeforeRelease: () => 'echo "No need to test again."',
1718
afterPublish: ({ exec, version, releaseTag }) => {
1819
if (releaseTag === 'latest' && version.startsWith('4.')) {
1920
exec('./scripts/release/build-experimental-typescript.js');

0 commit comments

Comments
 (0)