Skip to content

Commit

Permalink
perf(archiver): removed archiver for yazl & fixed memory leak in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Jul 26, 2022
1 parent 90d623f commit 3dbc585
Show file tree
Hide file tree
Showing 6 changed files with 401 additions and 432 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,14 +484,15 @@ Pack files and node dependencies to zip file.
USAGE
$ node-modules-packer run [DIR] [--json] [-i <value>] [-e <value>] [--disable-default-ignore-file-ext]
[--include-node-path <value>] [--ignore-node-path <value>] [--prod] [--peer] [--dev] [--optional] [--output-path
<value>] [--output-file <value>]
<value>] [--output-file <value>] [-q]
ARGUMENTS
DIR [default: ./] Project root directory
FLAGS
-e, --ignore-file-ext=<value>... Force ignore specific file extension.
-i, --include=package.json... Include more files during packing (eg: -i dist).
-q, --quiet Run without logging.
--[no-]dev Include development dependencies when pack node dependencies.
--[no-]disable-default-ignore-file-ext Disable including default ignored extensions that we consider as useless.
--ignore-node-path=typeorm/browser... Force exclude folders starting with specified path (eg: -n "typeorm/browser"
Expand Down
Loading

0 comments on commit 3dbc585

Please sign in to comment.