Skip to content

Commit

Permalink
Wrap parcel-query in a function (#9168)
Browse files Browse the repository at this point in the history
* Wrap parcel-query in a function

* Update packages/dev/query/src/cli.js

* Remove run file

---------

Co-authored-by: Niklas Mischkulnig <4586894+mischnic@users.noreply.github.com>
  • Loading branch information
thebriando and mischnic committed Jul 31, 2023
1 parent 2c3db37 commit 824ddbe
Show file tree
Hide file tree
Showing 2 changed files with 684 additions and 664 deletions.
4 changes: 3 additions & 1 deletion packages/dev/query/src/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ if (
require('@parcel/babel-register');
}

const run = require('./cli').run;
require('v8-compile-cache');
require('./cli');

run(process.argv.slice(2));

0 comments on commit 824ddbe

Please sign in to comment.