Skip to content

Commit

Permalink
Release 0.1.1-alpha
Browse files Browse the repository at this point in the history
+ Add `pkg` build command
+ Add binaries for Linux, Mac, and Windows
  • Loading branch information
ashejuniper committed Oct 17, 2023
1 parent 71958f4 commit f51bc18
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "tests"
},
"scripts": {
"build": "pkg .",
"build": "pkg . --out-path dist/",
"test": "jest"
},
"repository": {
Expand Down Expand Up @@ -46,5 +46,15 @@
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"pkg": {
"scripts": "*.js",
"assets": "assets/**/*",
"targets": [
"node18-linux-x64",
"node18-macos-x64",
"node18-win-x64"
],
"outPath": "dist/"
}
}

0 comments on commit f51bc18

Please sign in to comment.