Skip to content

Commit d367e13

Browse files
committed
fix(package.json): Update pkg executable name
1 parent 49c0758 commit d367e13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
88
"build-all": "pkg package.json",
9-
"build-linux-x64": "pkg package.json -t node16-linux-x64",
10-
"build-macos-x64": "pkg package.json -t node16-macos-x64",
11-
"build-windows-x64": "pkg package.json -t node16-win-x64"
9+
"build-linux-x64": "pkg package.json -t node16-linux-x64 --output dist/eask",
10+
"build-macos-x64": "pkg package.json -t node16-macos-x64 --output dist/eask",
11+
"build-windows-x64": "pkg package.json -t node16-win-x64 --output dist/eask"
1212
},
1313
"bin": {
1414
"eask": "./eask"

0 commit comments

Comments
 (0)