Skip to content

Commit 8c2a87a

Browse files
lpetroraBenediktSeidl
authored andcommitted
Fix package.json in order to get the daily builds working again
the packageManager attribute was set to yarn@ and it was not working. Set back to [email protected] CMK-15277
1 parent 076a845 commit 8c2a87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@
7878
"react-dom": "17.0.2",
7979
"tslib": "2.5.3"
8080
},
81-
"packageManager": "yarn@"
81+
"packageManager": "yarn@1.22.21"
8282
}

0 commit comments

Comments
 (0)