Skip to content

Commit 0a7e0bf

Browse files
author
Louis Lambeau
committed
Fix pkg targets.
1 parent 95ddbed commit 0a7e0bf

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"postpack": "shx rm -f oclif.manifest.json",
2626
"prepack": "yarn build && oclif manifest && oclif readme",
2727
"version": "echo $npm_package_version",
28-
"package": "pkg . --targets linux,macos,win,alpine --out-path pkg/"
28+
"package": "pkg . --out-path pkg/"
2929
},
3030
"license": "MIT",
3131
"devDependencies": {
@@ -96,6 +96,11 @@
9696
"scripts": [
9797
"bin/**/*.js",
9898
"dist/**/*.js"
99+
],
100+
"targets": [
101+
"node14-linux",
102+
"node14-macos-x64",
103+
"node14-win"
99104
]
100105
}
101106
}

0 commit comments

Comments
 (0)