Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 14cd583

Browse files
committed
Update cli packaging
1 parent ee88a55 commit 14cd583

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.0.0-rc.1",
44
"description": "CLI version of version-checker",
55
"bin": {
6-
"github-version-checker": "./dist/index.js"
6+
"version-checker": "./dist/index.js"
77
},
88
"keywords": [
99
"version-checker",
@@ -24,7 +24,7 @@
2424
"build": "tsc",
2525
"test": "nyc --reporter=lcov --reporter=text-summary ava test/test-*",
2626
"start": "tsx src/index.ts",
27-
"package": "pkg dist/index.js --output pkg/version-checker --targets node18-linux-x64,node18-win-x64,node18-macos-x64,node18-linux-arm64,node18-win-arm64,node18-macos-arm64",
27+
"package": "rm -rf pkg && pkg . --compress gzip --output pkg/version-checker --targets node18-linux-x64,node18-win-x64,node18-macos-x64,node18-linux-arm64,node18-win-arm64,node18-macos-arm64",
2828
"prepublishOnly": "npm run build"
2929
},
3030
"devDependencies": {

0 commit comments

Comments
 (0)