From 07eb99e57c12500fe058b9018f3c105a2711f96b Mon Sep 17 00:00:00 2001 From: Krzysztof <60067306+gikf@users.noreply.github.com> Date: Thu, 14 Oct 2021 21:23:45 +0200 Subject: [PATCH] fix: remove pretest for full-output (#43655) --- curriculum/package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/curriculum/package.json b/curriculum/package.json index cd7a254adf..33cf552cd2 100644 --- a/curriculum/package.json +++ b/curriculum/package.json @@ -26,7 +26,6 @@ "lint": "gulp lint", "reorder-steps": "cross-env CALLING_DIR=$INIT_CWD node ../tools/challenge-helper-scripts/reorder-steps", "test": "mocha --delay --exit --reporter progress --bail", - "pretest:full-output": "npm run pretest", "test:full-output": "cross-env FULL_OUTPUT=true mocha --delay --reporter progress" }, "devDependencies": {