From 4e018802e1adda418b397a89e9b496c5745f12d7 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Thu, 27 Aug 2020 18:30:21 +0200 Subject: [PATCH] docs: add verbose output script to contribute docs --- docs/how-to-setup-freecodecamp-locally.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index 4815cad53f..783eb6059c 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -317,8 +317,9 @@ A quick reference to the commands that you will need when working locally. | `npm run test:curriculum` | Run the curriculum test suite. | | `npm run test:curriculum --block='Basic HTML and HTML5'` | Test a specific Block. | | `npm run test:curriculum --superblock='responsive-web-design'` | Test a specific SuperBlock. | +| `npm run test-curriculum-full-output` | Run the curriculum test suite, without bailing after the first error | | `npm run test:server` | Run the server test suite. | -| `npm run e2e` | Run the Cypress end to end tests. | +| `npm run e2e` | Run the Cypress end to end tests. | | `npm run clean` | Uninstalls all dependencies and cleans up caches. | ## Making changes locally