Skip to content

Commit

Permalink
try public flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Jan 8, 2025
1 parent 217c5b5 commit 3e0fc48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"pkg-all": "pkg package.json",
"pkg-linux-arm64": "pkg package.json -t node*-linuxstatic-arm64 --output dist/eask",
"pkg-linux-x64": "pkg package.json -t node*-linuxstatic-x64 --output dist/eask",
"pkg-macos-arm64": "pkg package.json -t node*-macos-arm64 --output dist/eask",
"pkg-macos-arm64": "pkg package.json -t node*-macos-arm64 --output dist/eask --public",
"pkg-macos-x64": "pkg package.json -t node*-macos-x64 --output dist/eask",
"pkg-win-arm64": "pkg package.json -t node*-win-arm64 --output dist/eask",
"pkg-win-arm64": "pkg package.json -t node*-win-arm64 --output dist/eask --public",
"pkg-win-x64": "pkg package.json -t node*-win-x64 --output dist/eask"
},
"bin": {
Expand Down

0 comments on commit 3e0fc48

Please sign in to comment.