Skip to content

Commit 44e1636

Browse files
committed
Force clean npm cache on Evergreen
1 parent 0ba736a commit 44e1636

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ functions:
7474
npm install -g node-gyp yarn
7575
7676
# Trying to get rid of scandir npm errors.
77-
npm cache clean --force
77+
npm cache verify
78+
npm cache -f clean
7879
7980
npm install
8081
npm run evergreen-expansions ${compass_distribution}

0 commit comments

Comments
 (0)