With this new feature you can pass an array of plugin locations/names to both "verifyConditions" and "verifyRelease" in your `package.json`'s "release" field. This will run multiple verification plugins in series.
4 lines
73 B
JavaScript
4 lines
73 B
JavaScript
module.exports = function (config, options, cb) {
|
|
cb(new Error('a'))
|
|
}
|