From 72e8b127fdb92d077d51e6ab3be178efda78a4be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Thu, 11 Jul 2024 15:34:30 +0200 Subject: [PATCH] Simplify guidance for updating dist files --- features/draft/html-elements/README.md | 2 +- features/draft/spec/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/draft/html-elements/README.md b/features/draft/html-elements/README.md index daa2591f9f8..35ae74ea456 100644 --- a/features/draft/html-elements/README.md +++ b/features/draft/html-elements/README.md @@ -9,7 +9,7 @@ To help out, pick a feature and do the following: its own feature or if it should be grouped with other features. - Review `baseline_low_date`, does it look plausible? If not, remove features from `compat_features` until the date and browser versions seem plausible. Run - `npm run dist features/draft/html-elements` to regenerate dist. + `npm run dist` to regenerate dist files after changes. - Write a description for the feature. - Move the file into the main features/ directory and submit a PR with your changes. diff --git a/features/draft/spec/README.md b/features/draft/spec/README.md index ad2a8e1203a..ea79b1f768a 100644 --- a/features/draft/spec/README.md +++ b/features/draft/spec/README.md @@ -10,7 +10,7 @@ To help out, pick a feature and do the following: this as a single features or if needs to be split up. - Review `baseline_low_date`, does it look plausible? If not, remove features from `compat_features` until the date and browser versions seem plausible. Run - `npm run dist features/draft/spec` to regenerate dist. + `npm run dist` to regenerate dist files after changes. - Write a description for the feature. - Move the file into the main features/ directory and submit a PR with your changes.