Skip to content

Commit

Permalink
build: Change --symlink_prefix to dist/
Browse files Browse the repository at this point in the history
`--symlink_prefix=/` will not generate `bazel-out` in the repository,
which would cause the npm_package.publish script to fail, since it looks
for the `bazel-out` directory to find package directory and package.json
  • Loading branch information
Keen Yee Liau committed Feb 20, 2020
1 parent a063e68 commit 01838b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# 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 output_base` to find out where the outputs went.
build --symlink_prefix=/
build --symlink_prefix=dist/

# Performance: avoid stat'ing input files
build --watchfs
Expand Down

0 comments on commit 01838b6

Please sign in to comment.