Skip to content

Commit 13f186d

Browse files
committed
update dev docs
1 parent b8f5731 commit 13f186d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev-docs/add-typescript-dependency.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ We vendor all external dependencies to avoid downloads during the execution of q
1010

1111
- If the dependency is meant to be exposed to quarto typescript script (through `quarto run`), then add the import to `package/scripts/deno_std/deno_std.ts` as well (notice the slightly different syntax there, and adapt accordingly).
1212

13-
Then, run the `./package/scripts/vendoring/vendor.sh` scripts to update the vendored dependencies. This script will update `src/dev_import_map.json`, as well as files in `src/vendor`, `src/resources/deno_std`, and `src/resources/vendor`. Check those changes in version control.
13+
Then, rerun `./configure.sh`, which calls the `./package/scripts/vendoring/vendor.sh` scripts to update the deno cache with the downloaded dependencies.

dev-docs/upgrade-dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Contact Carlos so he uploads the binaries to the S3 bucket.
1010

1111
- In `src/import_map.json`, change the version number of the imports like `https://deno.land/[email protected]/archive` to the new version number (e.g. `0.205.0`).
1212

13-
- run `./package/scripts/vendoring/vendor.sh`
13+
- run `./configure.sh`.
1414

1515
### Upgrade Deno download link for RHEL build from conda-forge
1616

0 commit comments

Comments
 (0)