6 lines
117 B

module.exports = {
description: 'uses config file',
command: 'rollup --config rollup.config.js',
execute: true
};