Commit 85619c6
build: make built dev-app web package writable (#18481)
Bazel by default marks output files as `readonly` to ensure hermeticity.
Since we moved these files out of the `bazel-bin` directory, we should
make the files writable. This is necessary so that subsequent runs of this
script can delete the old `distPath` contents.1 parent 1cb7099 commit 85619c6
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
40 | 45 | | |
41 | 46 | | |
0 commit comments