angular/aio/scripts/deploy-to-firebase
Paul Gschwendtner eb43ed25eb build: do not use --config=release when building AIO for development (#48329)
When building AIO using `yarn build` the `--config=release` is added.
This was done as part of the Bazel migration to make sure the footer
shows a Git revision via Bazel stamping.

This does not provide enough benefits, compared to the downside of
reduced caching. Bazel will discard the analysis cache when the stamp
configuration changes.

This may happen easily when you work in framework where
`--config=release` is not used. Then when starting work in AIO: the
config changes and the cache is discarded. This may even mean that
existing framework package build artifacts may be discarded when an
AIO local build is started.

Co-authored-by: Joey Perrott <josephperrott@gmail.com>

PR Close #48329
2022-12-02 09:47:42 -08:00
..
.eslintrc.js refactor(docs-infra): convert deploy-to-firebase script to ESM (#43963) 2021-10-29 15:05:02 -07:00
BUILD.bazel build(bazel): fix AIO deployment script (#48188) 2022-11-23 14:00:03 +00:00
index.mjs build(bazel): fix aio deploy script (#48265) 2022-11-29 20:04:24 +00:00
index.spec.mjs build(bazel): fix AIO deployment script (#48188) 2022-11-23 14:00:03 +00:00
post-deploy-actions.mjs feat(docs-infra): add post-deploy actions for testing more redirect configs (#43963) 2021-10-29 15:05:03 -07:00
pre-deploy-actions.mjs build: do not use --config=release when building AIO for development (#48329) 2022-12-02 09:47:42 -08:00
pre-deploy-actions.spec.mjs build: do not use --config=release when building AIO for development (#48329) 2022-12-02 09:47:42 -08:00
utils.mjs build(bazel): fix AIO deployment script (#48188) 2022-11-23 14:00:03 +00:00
utils.spec.mjs build(bazel): fix AIO deployment script (#48188) 2022-11-23 14:00:03 +00:00