Skip to content

Commit

Permalink
feat(grind-scripts): add passthrough to grind-build for babel options
Browse files Browse the repository at this point in the history
  • Loading branch information
shnhrrsn committed Sep 22, 2020
1 parent 66121a4 commit b82c0e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
1 change: 1 addition & 0 deletions packages/scripts/src/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ for (const [input, output] of Object.entries({
'--copy-files',
'--source-maps',
'inline',
...process.argv.slice(2),
'--out-dir',
output,
input,
Expand Down
24 changes: 0 additions & 24 deletions packages/toolkit/bin/build

This file was deleted.

6 changes: 0 additions & 6 deletions packages/toolkit/bin/cli

This file was deleted.

0 comments on commit b82c0e7

Please sign in to comment.