Skip to content
This repository has been archived by the owner on Jan 31, 2022. It is now read-only.

Commit

Permalink
added scripts for pkg builds
Browse files Browse the repository at this point in the history
  • Loading branch information
igromanru committed Sep 2, 2018
1 parent 82aae25 commit 6bf76ae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"dependencies": {},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build-32exe": "pkg -t node8-win-x86 offsets-updater.js",
"build-64exe": "pkg -t node8-win-x64 --output offsets-updater-64.exe offsets-updater.js"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 6bf76ae

Please sign in to comment.