Skip to content

Commit 78e8359

Browse files
committed
fixup! fix(build): Adjust pointers to bazel-built directory
1 parent 4f3e2c0 commit 78e8359

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ expand_template(
2626
out = "package_expanded.json",
2727
substitutions = {
2828
"0.0.0-PLACEHOLDER": VERSION,
29-
"./dist/client/src/extension": "./index",
29+
"./bazel-bin/client/src/extension": "./index",
3030
}
3131
)
3232

client/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"rootDir": "src",
77
"rootDirs": [
88
".",
9-
"../dist",
10-
"../bazel-bin"
9+
"../dist"
1110
]
1211
},
1312
"references": [

server/tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"rootDir": "src",
77
"rootDirs": [
88
".",
9-
"../dist",
10-
"../bazel-bin"
9+
"../dist"
1110
],
1211
"useUnknownInCatchVariables": false
1312
},

0 commit comments

Comments
 (0)