Skip to content

Commit c8450cc

Browse files
authored
Update e2e-installs.sh
1 parent af85df9 commit c8450cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/e2e-installs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ root_path=$PWD
8686
# Clear cache to avoid issues with incorrect packages being used
8787
if hash yarnpkg 2>/dev/null
8888
then
89-
$yarn cache clean
89+
yarnpkg cache clean
9090
fi
9191
if hash npm 2>/dev/null
9292
then

0 commit comments

Comments
 (0)