Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Jan 7, 2025
1 parent 1200479 commit f59ed54
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 @@ -6,8 +6,8 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pkg-all": "pkg package.json",
"pkg-linux-arm64": "pkg package.json -t node*-linux-arm64 --output dist/eask",
"pkg-linux-x64": "pkg package.json -t node*-linux-x64 --output dist/eask",
"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-x64": "pkg package.json -t node*-macos-x64 --output dist/eask",
"pkg-win-arm64": "pkg package.json -t node*-win-arm64 --output dist/eask",
Expand Down

0 comments on commit f59ed54

Please sign in to comment.