diff --git a/services/web/README.md b/services/web/README.md index 51f73d02ec..811e7fbd33 100644 --- a/services/web/README.md +++ b/services/web/README.md @@ -43,7 +43,6 @@ Unit tests can be run in the `test_unit` container defined in `docker-compose.te The makefile contains a short cut to run these: ``` -make install # Only needs running once, or when npm packages are updated make unit_test ```