We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49c0758 commit d367e13Copy full SHA for d367e13
package.json
@@ -6,9 +6,9 @@
6
"scripts": {
7
"test": "echo \"Error: no test specified\" && exit 1",
8
"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"
+ "build-linux-x64": "pkg package.json -t node16-linux-x64 --output dist/eask",
+ "build-macos-x64": "pkg package.json -t node16-macos-x64 --output dist/eask",
+ "build-windows-x64": "pkg package.json -t node16-win-x64 --output dist/eask"
12
},
13
"bin": {
14
"eask": "./eask"
0 commit comments