Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashu11-A committed May 1, 2024
2 parents 0acb37c + 0e98d27 commit 9befc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class Build {
}

async release (): Promise<void> {
const args = ['.', '--compress', 'Brotli', '--no-bytecode', '--public-packages', '"*"', '--public']
const args = ['.', '--no-bytecode', '--public-packages', '"*"', '--public']
const builds: string[] = []
const manifests: BuildManifest[] = []

Expand Down

0 comments on commit 9befc62

Please sign in to comment.