From d8e2829e5b551a3ecf92763617ce25cc699fff15 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Tue, 25 Apr 2017 08:25:05 -0700 Subject: [PATCH] feat(aio): boilerplate:add cleans (removes) before adding --- aio/tools/examples/add-example-boilerplate.js | 1 + 1 file changed, 1 insertion(+) diff --git a/aio/tools/examples/add-example-boilerplate.js b/aio/tools/examples/add-example-boilerplate.js index 263071415f..151644ecf3 100644 --- a/aio/tools/examples/add-example-boilerplate.js +++ b/aio/tools/examples/add-example-boilerplate.js @@ -30,6 +30,7 @@ const files = { // requires admin access because it adds symlinks function add() { + remove(); const realPath = path.join(SHARED_PATH, '/node_modules'); const nodeModulesPaths = getNodeModulesPaths(EXAMPLES_PATH);