text 开发者日记:第1天 - .bazelrc

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 开发者日记:第1天 - .bazelrc相关的知识,希望对你有一定的参考价值。

# Make TypeScript and Angular compilation fast, by keeping a few copies of the
# compiler running as daemons, and cache SourceFile AST's to reduce parse time.
build --strategy=TypeScriptCompile=worker

# Don't create bazel-* symlinks in the WORKSPACE directory.
# These require .gitignore and may scare users.
# Also, it's a workaround for https://github.com/bazelbuild/rules_typescript/issues/12
# which affects the common case of having `tsconfig.json` in the WORKSPACE directory.
#
# Instead, you should run `bazel info bazel-bin` to find out where the outputs went.

build --symlink_prefix=dist/

# Releases should always be stamped with version control info
build --workspace_status_command=./tools/bazel_stamp_vars.sh

# Only display errors from tests
test --test_output=errors

# If we send debug config we can inspect the proccess in chrome
test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test_strategy=exclusive --test_timeout=9999 --nocache_test_results

以上是关于text 开发者日记:第1天 - .bazelrc的主要内容,如果未能解决你的问题,请参考以下文章

text 开发者日记:第1天 - BUILD.bazel

text 开发人员日记:第1天 - test / server / BUILD.bazel

text 开发人员日记:第1天 - packages / server / BUILD.bazel

text 开发人员日记:第1天 - 使用npm_package的packages / server / BUILD.bazel

sh 开发者日记:第1天 - /tools/bazel_stamp_vars.sh

json 开发人员日记:第1天 - packages / server / package.tpl.json