From 3ea58239f47e6e19714abea69767c3b56df5a9fe Mon Sep 17 00:00:00 2001 From: Rebecca Pearce <17481621+beccapearce@users.noreply.github.com> Date: Fri, 17 May 2024 14:59:51 +0100 Subject: [PATCH] Update README.md Add in relevant set up commands to run the test suite locally --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 25f542768..afa8d5439 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ If you are using GOV.UK Docker, remember to combine it with the commands that fo ### Running the test suite ``` +bundle install +yarn install bundle exec rake ```