You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,9 @@ The common steps to send a pull request are:
27
27
28
28
0. Open or refer to an issue in the [TypeScript repo](https://github.com/Microsoft/TypeScript).
29
29
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/`).
0 commit comments