From b12ea30a66d924bb1842e6aa96d74a3c7a543af0 Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Wed, 21 Mar 2018 11:39:25 -0700 Subject: [PATCH] test: remove gulp public-api:update docs (#22914) PR Close #22914 --- docs/DEVELOPER.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md index 1cbd5ec562..87a63dc532 100644 --- a/docs/DEVELOPER.md +++ b/docs/DEVELOPER.md @@ -111,17 +111,6 @@ All the tests are executed on our Continuous Integration infrastructure and a PR - CircleCI fails if your code is not formatted properly, - Travis CI fails if any of the test suites described above fails. -## Update the public API tests - -If you happen to modify the public API of Angular, API golden files must be updated using: - -``` shell -$ gulp public-api:update -``` - -Note: The command `gulp public-api:enforce` fails when the API doesn't match the golden files. Make sure to rebuild -the project before trying to verify after an API change. - ## Formatting your source code Angular uses [clang-format](http://clang.llvm.org/docs/ClangFormat.html) to format the source code. If the source code