Force clearing the npm cache before Circle CI tests.

This commit is contained in:
Ben Newman
2017-08-08 19:10:39 -04:00
parent 0699d14ded
commit 2dac4eead5

View File

@@ -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: