summaryrefslogtreecommitdiff
path: root/cli/tsc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc/README.md')
-rw-r--r--cli/tsc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/README.md b/cli/tsc/README.md
index f6d98abe7..4c021199f 100644
--- a/cli/tsc/README.md
+++ b/cli/tsc/README.md
@@ -29,7 +29,7 @@ git checkout v3.9.7
git checkout -b branch_v3.9.7
git cherry pick <previous-release-branch-commit-we-did>
npm install
-gulp local
+npx hereby
rsync built/local/typescript.js ~/src/deno/cli/tsc/00_typescript.js
rsync --exclude=protocol.d.ts --exclude=tsserverlibrary.d.ts --exclude=typescriptServices.d.ts built/local/*.d.ts ~/src/deno/cli/tsc/dts/
```