jason810496 commented on code in PR #71399:
URL: https://github.com/apache/airflow/pull/71399#discussion_r3860252101
##########
ts-sdk/.pre-commit-config.yaml:
##########
@@ -64,3 +64,19 @@ repos:
additional_dependencies: ['[email protected]']
pass_filenames: false
require_serial: true
+ - id: verify-ts-sdk-package
+ name: Verify TypeScript SDK package artifact
+ entry: ./scripts/ci/prek/verify_ts_sdk_package.py
+ language: node
+ stages: [manual]
+ files: |
+ (?x)
+ ^src/.*\.ts$|
+ ^scripts/verify-package\.mjs$|
+ ^package\.json$|
+ ^pnpm-lock\.yaml$|
+ ^pnpm-workspace\.yaml$|
+ ^tsconfig(\.build)?\.json$
+ additional_dependencies: ['[email protected]']
+ pass_filenames: false
+ require_serial: true
Review Comment:
Addressed in
https://github.com/apache/airflow/pull/71843/changes/be302f92f72c16c24ab7c36ad7e454ba217ffda6
on PR 71843, which runs the check in the release build job before the tarball
is packed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]