Skip to content

Commit

Permalink
tools: update deploy-docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Dec 18, 2023
1 parent 6115a50 commit 4137fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/deploy-docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ for (let id of packages) {
invalidations.push(`${S3_PREFIX}/${id}/*`);
}

execFileSync("scripts/node-esm", ["tools/src/doc-table.ts"]);
execFileSync("bun", ["tools/src/doc-table.ts"]);
execFileSync(
"aws",
`s3 cp docs.html ${S3_BUCKET}/index.html ${S3_OPTS}`.split(" ")
Expand Down

0 comments on commit 4137fc3

Please sign in to comment.