File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ to be edited by hand.
246
246
247
247
4. Rebuild and test TensorBoard to make sure it works:
248
248
* `rm -rf node_modules; bazel clean --expunge; yarn`
249
- * `bazel run tensorboard --logdir <your favorite logdir>`
249
+ * `bazel run tensorboard -- -- logdir <your favorite logdir>`
250
250
* `bazel test --test_output=errors tensorboard/webapp/... tensorboard/components/... tensorboard/plugins/...`
251
251
252
252
## Updating rules_nodejs
Original file line number Diff line number Diff line change @@ -4,7 +4,14 @@ We use [patch-package](https://www.npmjs.com/package/patch-package) to apply
4
4
TensorBoard-specific patches to some of our npm/yarn dependencies.
5
5
6
6
To regenerate @bazel/concatjs patch:
7
- * ` vi " node_modules/@bazel/concatjs/web_test/karma.conf.js" `
7
+ * ` vi node_modules/@bazel/concatjs/web_test/karma.conf.js `
8
8
* make edits
9
9
* ` yarn patch-package "@bazel/concatjs" `
10
+ * update the WORKSPACE file with the name of the new patch file
10
11
12
+
13
+ To regenerate @angular/build-tooling patch:
14
+ * ` vi node_modules/@angular/build-tooling/shared-scripts/angular-optimization/esbuild-plugin.mjs `
15
+ * make edits
16
+ * ` yarn patch-package "@angular/build-tooling" `
17
+ * update the WORKSPACE file with the name of the new patch file
You can’t perform that action at this time.
0 commit comments