Skip to content

Commit

Permalink
add. complie with pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
luswdev committed Oct 15, 2022
1 parent f90dff0 commit 45ff320
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules/
release/
config.json
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"main": "index.js",
"scripts": {
"start": "node index.js",
"cmd": "node deployCmds.js"
"cmd": "node deployCmds.js",
"release": "pkg index.js -o release/spl3",
"install": "sudo cp release/spl3 /usr/bin/",
"clean": "rm release/*"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 45ff320

Please sign in to comment.