build: convert release package build scripts to typescript (#46456)

Follow-up to: cce395a928.

PR Close #46456
This commit is contained in:
Paul Gschwendtner
2022-06-22 16:13:15 +00:00
committed by Andrew Kushnir
parent 2d713f5847
commit d248d83c17
25 changed files with 258 additions and 324 deletions
+1 -1
View File
@@ -283,7 +283,7 @@ pkg_web(
"@npm//:node_modules/tslib/tslib.js",
],
# Currently, ibazel doesn't allow passing in flags to bazel run.
# This means we are not able to use --config snapshot
# This means we are not able to use --config snapshot-build
# to access the current commit SHA.
# Since we still want to be able to use ibazel to speed up
# local development, we supply an empty string for the SHA substitution.