From 2dac4eead5faa73963d374417f5fccfdf3fcd6e2 Mon Sep 17 00:00:00 2001 From: Ben Newman Date: Tue, 8 Aug 2017 19:10:39 -0400 Subject: [PATCH] Force clearing the npm cache before Circle CI tests. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f3474cfcd3..77caf4d5ca 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -126,7 +126,7 @@ jobs: # Clear dev_bundle/.npm to ensure consistent test runs. - run: name: Clear npm cache - command: ./meteor npm cache clear + command: ./meteor npm cache clear --force # Since PhantomJS has been removed from dev_bundle/lib/node_modules # (#6905), but self-test still needs it, install it now. - run: