Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
coderaiser committed Aug 3, 2023
1 parent 9842011 commit d9fed9b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .madrun.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ export default {
'fix:lint': () => run('lint', '--fix'),
'coverage': async () => `c8 ${await run('test')}`,
'report': () => 'c8 report --reporter=lcov',
'wisdom': () => run('build:*'),
'wisdom': () => run('build'),
'build': () => 'rollup -c',
};

function build({name, format, input, output, exports}) {
return `--name ${name} --format ${format} --input ${input} --o ${output} --exports ${exports}`;
}

0 comments on commit d9fed9b

Please sign in to comment.