Skip to content

Commit c5a62a0

Browse files
author
Zakaria RACHEDI
committed
Pkg platform issue fix
1 parent e1e73e0 commit c5a62a0

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
"bin": "lib/app.js",
77
"scripts": {
88
"start": "node lib/app.js",
9-
"pkg-linux": "pkg -t latest-linux-x64 -o ./crawlito lib/app.js",
10-
"pkg-mac": "pkg -t latest-macos-x64 -o ./app ./lib/app.js",
11-
"pkg-all": "pkg . --targets=macos-x64,linux-armv7",
9+
"pkg-win": "pkg . --targets=win-x64",
10+
"pkg-linux": "pkg . --targets=linux-x64",
11+
"pkg-mac": "pkg . --targets=macos-x64",
12+
"pkg-all": "pkg . --targets=macos-x64,linux-x64,win-x64",
1213
"test": "echo \"Error: no test specified\" && exit 1"
1314
},
1415
"author": "kaido",

0 commit comments

Comments
 (0)