Skip to content

Commit

Permalink
fix: stop ignoring packGzipLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
jankaifer committed Apr 16, 2023
1 parent dde3cc8 commit 21b5e8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions releasing/plugin-commands-publishing/src/pack.ts
Expand Up @@ -113,6 +113,7 @@ export async function handler (
projectDir: dir,
embedReadme: opts.embedReadme,
modulesDir: path.join(opts.dir, 'node_modules'),
packGzipLevel: opts.packGzipLevel,
})
if (!opts.ignoreScripts) {
await _runScriptsIfPresent(['postpack'], entryManifest)
Expand Down

0 comments on commit 21b5e8d

Please sign in to comment.