diff --git a/scripts/generate/js_api/README.md b/scripts/generate/js_api/README.md index 32964d7fa..e1fee6372 100644 --- a/scripts/generate/js_api/README.md +++ b/scripts/generate/js_api/README.md @@ -1,5 +1,3 @@ Generate the API using the es [REST api spec](https://github.com/elasticsearch/elasticsearch-rest-api-spec). -to run, call `grunt`, or for just this task run `grunt generate:js_api`. - -To force a regen, delete the old `src/lib/api.js` file. +run by calling `npm run generate`. Force it to update, even if their has not been a new commit, but calling with `--force` or `-f` diff --git a/scripts/generate/yaml_tests/README.md b/scripts/generate/yaml_tests/README.md index 4effcdff0..c4ef05746 100644 --- a/scripts/generate/yaml_tests/README.md +++ b/scripts/generate/yaml_tests/README.md @@ -1,5 +1,3 @@ -Download the yaml suite's test specs, runs before each run of the suite to ensure they are up to date, and will re-downloaded every day. +Download the yaml suite's test specs, runs before each run of the suite to ensure they are up to date. -to run, call `grunt` or for this specific task, `grunt generate:yaml_suite`. - -To force a regen, delete the old `test/integration/yaml_suite/tests` directory. +run by calling `npm run generate`. Force it to update, even if their has not been a new commit, but calling with `--force` or `-f`