lighthouse 10.4.0-dev.20230730 → 10.4.0-dev.20230801
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +1 -1
- package/package.json +1 -1
package/CONTRIBUTING.md
CHANGED
|
@@ -85,7 +85,7 @@ A PR adding or changing a gatherer almost always needs to include the following:
|
|
|
85
85
|
yarn update:sample-artifacts ScriptElements
|
|
86
86
|
```
|
|
87
87
|
|
|
88
|
-
This command works for updating `yarn update:sample-artifacts
|
|
88
|
+
This command works for updating `yarn update:sample-artifacts DevtoolsLog` or `Trace` as well, but the resulting `sample_v2.json` churn may be extensive and you might be better off editing manually.
|
|
89
89
|
|
|
90
90
|
1. Run `yarn update:sample-json` to update the [sample Lighthouse result JSON](core/test/results/sample_v2.json) kept in the repo for testing. This will also pull any strings needed for localization into the correct files.
|
|
91
91
|
|
package/package.json
CHANGED