We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413ed4f commit 7706730Copy full SHA for 7706730
ship.config.js
@@ -14,6 +14,7 @@ module.exports = {
14
exec('yarn doctoc');
15
},
16
pullRequestTeamReviewer: ['instantsearch-for-websites'],
17
+ testCommandBeforeRelease: () => 'echo "No need to test again."',
18
afterPublish: ({ exec, version, releaseTag }) => {
19
if (releaseTag === 'latest' && version.startsWith('4.')) {
20
exec('./scripts/release/build-experimental-typescript.js');
0 commit comments