We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 610420e commit d1e3dffCopy full SHA for d1e3dff
ship.config.js
@@ -35,6 +35,7 @@ module.exports = {
35
mergeStrategy: { toSameBranch: ['master'] },
36
monorepo: undefined,
37
updateChangelog: false,
38
+ buildCommand: ({ isYarn }) => undefined,
39
beforeCommitChanges: ({ nextVersion, exec, dir }) => {
40
return new Promise(resolve => {
41
const pkg = require('./package.json')
0 commit comments