Skip to content

Commit 07c83a4

Browse files
committed
fix
1 parent 630c387 commit 07c83a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

run-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ set -e
33

44
export CI=true
55

6+
# yarn 2 throws:
7+
# Internal Error: patch-package@workspace:.: This package doesn't seem to be present in your lockfile; try to make an install to update your resolutions
68
echo checking yarn version ...
79
yarn_version_major=$(yarn --version | cut -d. -f1)
810
if [[ "$yarn_version_major" != 1 ]]; then

0 commit comments

Comments
 (0)