dermasmid commented on code in PR #29889:
URL: https://github.com/apache/beam/pull/29889#discussion_r1447006406


##########
sdks/typescript/build.sh:
##########
@@ -26,7 +26,7 @@ set -e
 echo "export const version = \"$npm_package_version\";" > 
src/apache_beam/version.ts
 
 # Using npx to execute ttsc from the local node_modules environment.
-npx ttsc -p .
+npm run tsc

Review Comment:
   this is part of switching to https://github.com/nonara/ts-patch, `tsc` is 
the standard TS compiler



-- 
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]

Reply via email to