kunkun/packages/ci/package.json
Huakun Shen 82aca59dda ci: update desktop publish workflow and replace OpenSSL check script
- Added macOS 14 support for universal builds in the CI workflow.
- Introduced a new environment check script for OpenSSL configuration, replacing the previous openssl-check script.
- Removed the old openssl-check script to streamline the CI process.
- Updated package.json to reflect the new script name for environment checks.
2025-01-07 00:41:28 -05:00

17 lines
316 B
JSON

{
"name": "@kksh/ci",
"module": "index.ts",
"type": "module",
"scripts": {
"prepare": "bun scripts/setup.ts",
"ci-env-check": "bun scripts/ci-env-check.ts"
},
"devDependencies": {
"@types/bun": "latest",
"@kksh/typescript-config": "workspace:*"
},
"peerDependencies": {
"typescript": "^5.0.0"
}
}