module.exports = {
'rollup-joint': {
command: 'rollup -c --config-joint'
},
'rollup-libs-esm': {
command: 'rollup -c --config-libs-esm'
},
'rollup-dist': {
command: 'rollup -c --config-dist'
},
'rollup-test-bundle': {
command: 'rollup -c --config-test-bundle'
}
};