Skip to content

Commit af85df9

Browse files
authored
Update e2e-kitchensink.sh
1 parent 0b3af7e commit af85df9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/e2e-kitchensink.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ root_path=$PWD
6969
# Clear cache to avoid issues with incorrect packages being used
7070
if hash yarnpkg 2>/dev/null
7171
then
72-
$yarn cache clean
72+
yarnpkg cache clean
7373
fi
7474
if hash npm 2>/dev/null
7575
then

0 commit comments

Comments
 (0)