Skip to content

Commit 95eec99

Browse files
Tweaks
1 parent c22e7ca commit 95eec99

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,11 @@ In general, things we find useful when reviewing suggestions are:
5151

5252
### Faster clones
5353

54-
The TypeScript repository is relatively large. To save some time, you might want to clone it without the repo's full history using
55-
`git clone --depth=1` to save time.
54+
The TypeScript repository is relatively large. To save some time, you might want to clone it without the repo's full history using `git clone --depth=1`.
5655

5756
### Using local builds
5857

59-
Run `jake build` to build a version of the compiler/language service that reflects changes you've made. You can then run `node <repo-root>/built/local/tsc.js` in place of `tsc` in your project. For example, to run `tsc --watch` from within the root of the repository on a file called `test.ts`, you can run `node ./built/local/tsc.js --watch test.ts`.
58+
Run `gulp build` to build a version of the compiler/language service that reflects changes you've made. You can then run `node <repo-root>/built/local/tsc.js` in place of `tsc` in your project. For example, to run `tsc --watch` from within the root of the repository on a file called `test.ts`, you can run `node ./built/local/tsc.js --watch test.ts`.
6059

6160
## Contributing bug fixes
6261

0 commit comments

Comments
 (0)