Skip to content

Commit

Permalink
chore: couple binary modifications (#2367)
Browse files Browse the repository at this point in the history
  • Loading branch information
notnmeyer authored Oct 3, 2023
1 parent a80fadf commit 754fba1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
run: |
set -a
source projects/optic/.env.production
task pkg:build -- --no-bytecode --public --public-packages "*"
task pkg:build -- --no-bytecode --public --public-packages "*" --compress gzip
task pkg:archive pkg:upload
1 change: 0 additions & 1 deletion projects/optic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
"build/commands/ruleset/upload.js"
],
"assets": [
"../../node_modules/open/xdg-open",
"ci/configs/*"
],
"targets": [
Expand Down

0 comments on commit 754fba1

Please sign in to comment.