Skip to content

Commit 9cd24e1

Browse files
committed
Update README common PR steps to be more beginner friendly
1 parent 33dc9a4 commit 9cd24e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ The common steps to send a pull request are:
2727

2828
0. Open or refer to an issue in the [TypeScript repo](https://github.com/Microsoft/TypeScript).
2929
1. Add missing elements to `inputfiles/addedTypes.json`, overriding elements to `inputfiles/overridingTypes.json`, or elements to remove to `inputfiles/removedTypes.json`.
30-
2. Run the script locally to obtain new `dom.generated.d.ts` and `webworker.generated.d.ts`.
31-
3. Update the files in the `baselines` folder using the newly generated files.
30+
2. Run the build script locally to obtain new `dom.generated.d.ts` and `webworker.generated.d.ts`.
31+
3. Update the files in the `baselines` folder using the newly generated files
32+
under `generated` folder (`cp ./generated/* ./baseline/`).
3233

3334
### When should a DOM API be included here?
3435

0 commit comments

Comments
 (0)