Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 01838b6

Browse files
author
Keen Yee Liau
committed
build: Change --symlink_prefix to dist/
`--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
1 parent a063e68 commit 01838b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.bazelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://github.com/bazelbuild/rules_typescript/issues/12 which affects the common case of
88
# having `tsconfig.json` in the WORKSPACE directory. Instead, you should run
99
# `bazel info output_base` to find out where the outputs went.
10-
build --symlink_prefix=/
10+
build --symlink_prefix=dist/
1111

1212
# Performance: avoid stat'ing input files
1313
build --watchfs

0 commit comments

Comments
 (0)