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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ The common steps to send a pull request are:
45
45
1. Add missing elements to `inputfiles/addedTypes.json`, overriding elements to `inputfiles/overridingTypes.json`, or elements to remove to `inputfiles/removedTypes.json`.
46
46
2. Run the build script locally to obtain new `dom.generated.d.ts` and `webworker.generated.d.ts`.
47
47
3. Update the files in the `baselines` folder using the newly generated files
48
-
under `generated` folder (`cp ./generated/* ./baselines/`).
48
+
under `generated` folder (`npm run baseline-accept`).
0 commit comments