Skip to content

Commit ca905db

Browse files
build: exlude redundant files from package, downgrade node (#873)
## What This excludes redundant files from published package.
1 parent f0a514c commit ca905db

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.88.3",
3+
"version": "0.88.4",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,
@@ -9,7 +9,7 @@
99
"test": "jest .spec.js --coverage",
1010
"e2e": "bash e2e/e2e.spec.sh",
1111
"eslint": "eslint --fix lib/logic/**",
12-
"pkg": "npx pkg . -t node22-alpine-x64,node22-alpine-arm64,node22-macos-x64,node22-linux-x64,node22-win-x64,node22-linux-arm64 --out-path ./dist",
12+
"pkg": "npx pkg . -t node20-alpine-x64,node20-alpine-arm64,node20-macos-x64,node20-linux-x64,node20-win-x64,node20-linux-arm64 --out-path ./dist",
1313
"serve-docs": "yarn build-local-docs && cd temp && hugo server -D",
1414
"serve-docs-beta": "ALLOW_BETA_COMMANDS=true yarn build-local-docs && cd temp && hugo server -D",
1515
"build-local-docs": "node ./docs/index.js",
@@ -19,6 +19,13 @@
1919
"bin": {
2020
"codefresh": "lib/interface/cli/codefresh"
2121
},
22+
"files": [
23+
"brew",
24+
"lib",
25+
"check-version.js",
26+
"openapi.json",
27+
"run-check-version.js"
28+
],
2229
"repository": "git+https://github.com/codefresh-io/cli.git",
2330
"keywords": [
2431
"command line"

0 commit comments

Comments
 (0)