Skip to content

Commit

Permalink
fix pkg build
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Jul 6, 2022
1 parent beb3dc8 commit 74e1541
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,3 +81,4 @@ crashlytics-build.properties
config.json
plugins/
dist/
pkg/
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"exports": "./dist/index.js",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"bin": "bin/mcproxy",
"scripts": {
"build": "tsc",
"test": "true",
Expand Down Expand Up @@ -65,9 +66,9 @@
"pkg": {
"outputPath": "pkg",
"targets": [
"linuxstatic",
"macos",
"windows"
"node16-linuxstatic",
"node16-macos",
"node16-windows"
]
}
}

0 comments on commit 74e1541

Please sign in to comment.