From 768e84d9b3644c4f9291b170d25747bdd3ccb10f Mon Sep 17 00:00:00 2001 From: adrinr Date: Wed, 25 Jan 2023 10:13:35 +0000 Subject: [PATCH] Don't create the apps on test --- hosting/dependencies/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosting/dependencies/README.md b/hosting/dependencies/README.md index ccfc386ea5..8586b31948 100644 --- a/hosting/dependencies/README.md +++ b/hosting/dependencies/README.md @@ -53,5 +53,5 @@ yarn build #### Build Image The following yarn command does some prep and then runs the docker build command: ``` -yarn build:docker:tests +yarn build:docker:dependencies ```