Skip to content

Commit

Permalink
run prepack when packing for tarballs (#1317)
Browse files Browse the repository at this point in the history
  • Loading branch information
suyono3484 authored Aug 15, 2024
1 parent 0e501dd commit c384a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"format": "prettier --write .",
"check-format": "prettier --check .",
"pkg": "npm run prepack && pkg . --compress brotli",
"pack-tarballs": "oclif pack tarballs --targets=linux-x64 --no-xz"
"pack-tarballs": "npm run prepack && oclif pack tarballs --targets=linux-x64 --no-xz"
},
"dependencies": {
"@faker-js/faker": "^7.4.0",
Expand Down

0 comments on commit c384a1e

Please sign in to comment.