-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add script to build platform specific standalone binaries
This revision adds a dependency on the 'pkg' tool to create standalone binaries for Linux, MacOS, and Windows that do not depend on node.js being installed. To run the tool, run 'npm run pkg' and the binaries will be created in a 'bin' directory in the root. * Changed pkg command to use local cli version of pkg to eliminate requirement that it be installed globally.
- Loading branch information
Showing
4 changed files
with
2,697 additions
and
1,708 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ dist | |
.validaterc | ||
.validateignore | ||
.idea/ | ||
bin/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.