Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
Add a pkg script
Browse files Browse the repository at this point in the history
  • Loading branch information
vHanda committed Sep 11, 2018
1 parent 5b95292 commit 103add6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"build": "tsc",
"pkg": "pkg ./dist/main.js",
"test": "jest src/**"
},
"author": "",
Expand All @@ -20,6 +21,7 @@
"@types/jest": "^23.3.2",
"@types/node": "^10.9.4",
"jest": "^23.6.0",
"pkg": "^4.3.4",
"ts-jest": "^23.1.4",
"typescript": "^3.0.3"
},
Expand Down

0 comments on commit 103add6

Please sign in to comment.