Skip to content

Commit 8e9dd96

Browse files
committed
build: replace pkg with @yao-pkg/pkg
1 parent 777398a commit 8e9dd96

File tree

2 files changed

+132
-230
lines changed

2 files changed

+132
-230
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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": "pkg . -t node16-alpine-x64,node16-alpine-arm64,node16-macos-x64,node16-linux-x64,node16-win-x64,node16-linux-arm64 --out-path ./dist",
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",
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",
@@ -85,13 +85,13 @@
8585
},
8686
"devDependencies": {
8787
"@types/node-forge": "^1.0.1",
88+
"@yao-pkg/pkg": "^6.1.1",
8889
"eslint": "^7.32.0",
8990
"eslint-config-airbnb-base": "^15.0.0",
9091
"eslint-plugin-import": "^2.25.4",
9192
"eslint-plugin-jest": "^27.6.3",
9293
"hugo-cli": "^0.5.4",
93-
"jest": "^29.7.0",
94-
"pkg": "5.5.2"
94+
"jest": "^29.7.0"
9595
},
9696
"bugs": {
9797
"url": "https://github.com/codefresh-io/cli/issues"

0 commit comments

Comments
 (0)