Skip to content

Commit

Permalink
Pkg platform issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakaria RACHEDI committed Mar 22, 2018
1 parent e1e73e0 commit c5a62a0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"bin": "lib/app.js",
"scripts": {
"start": "node lib/app.js",
"pkg-linux": "pkg -t latest-linux-x64 -o ./crawlito lib/app.js",
"pkg-mac": "pkg -t latest-macos-x64 -o ./app ./lib/app.js",
"pkg-all": "pkg . --targets=macos-x64,linux-armv7",
"pkg-win": "pkg . --targets=win-x64",
"pkg-linux": "pkg . --targets=linux-x64",
"pkg-mac": "pkg . --targets=macos-x64",
"pkg-all": "pkg . --targets=macos-x64,linux-x64,win-x64",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "kaido",
Expand Down

0 comments on commit c5a62a0

Please sign in to comment.