We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
docs/dist
1 parent e259f64 commit babaeefCopy full SHA for babaeef
scripts/docs-deploy/utils.mts
@@ -54,6 +54,6 @@ export async function buildDocsSite() {
54
cd(projectDir);
55
await $`pnpm bazel build --config=snapshot-build //docs:build.production`;
56
await $`rm -Rf docs/dist`;
57
- await $`mkdir -p docs/dist`;
58
await $`cp -R dist/bin/docs/dist/browser docs/dist`;
+ await $`chmod u+w -R docs/dist`;
59
}
0 commit comments