From e1a0df55ef572128620efb1a5235fe3edbf4733a Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra Date: Fri, 2 Nov 2018 03:54:05 +0530 Subject: [PATCH] build(tools): add node_modules cleanup script --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c499d3de14..04d585e0d9 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "postinstall": "npm run bootstrap", "prebootstrap": "npm run ensure-env", "bootstrap": "lerna bootstrap && lerna run build --scope @freecodecamp/curriculum", + "clean": "lerna clean", "develop": "npm-run-all -s ensure-env start-develop", "ensure-env": "cross-env DEBUG=fcc:* node ./tools/scripts/ensure-env.js", "lint": "echo 'Warning: TODO - Define Linting with fixing.'",