From e6a44a24e7a79e6e60bd05294a588d0ec62f8e96 Mon Sep 17 00:00:00 2001 From: "ivan.filenko" Date: Fri, 12 Oct 2018 14:41:38 -0700 Subject: [PATCH] Fix npm commands in DockerTests.md (#21758) Summary: [DOCS] [BUGFIX] [DockerTests.md] - Fix npm commands after https://github.com/facebook/react-native/pull/18597 Pull Request resolved: https://github.com/facebook/react-native/pull/21758 Differential Revision: D10366764 Pulled By: RSNara fbshipit-source-id: 3b6050105df9eb99e7a591c7cc4fdec2ae25be9d --- DockerTests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DockerTests.md b/DockerTests.md index f1714db87a0a05..429e312ceb31be 100644 --- a/DockerTests.md +++ b/DockerTests.md @@ -12,9 +12,9 @@ See for more information on how t We have added a number of default run scripts to the `package.json` file to simplify building and running your tests. -`npm run test-android-setup` - Pulls down the base android docker image used for running the tests +`npm run docker-setup-android` - Pulls down the base android docker image used for running the tests -`npm run test-android-build` - Builds the docker image used to run the tests +`npm run docker-build-android` - Builds the docker image used to run the tests `npm run test-android-run-unit` - Runs all the unit tests that have been built in the latest react/android docker image (note: you need to run test-android-build before executing this, if the image does not exist it will fail)