mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Force clearing the npm cache before Circle CI tests.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user