Skip to content

Commit

Permalink
Fix package.json in order to get the daily builds working again
Browse files Browse the repository at this point in the history
the packageManager attribute was set to yarn@ and it was not working.
Set back to [email protected]

CMK-15277
  • Loading branch information
lpetrora authored and BenediktSeidl committed Nov 27, 2023
1 parent 076a845 commit 8c2a87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@
"react-dom": "17.0.2",
"tslib": "2.5.3"
},
"packageManager": "yarn@"
"packageManager": "yarn@1.22.21"
}

0 comments on commit 8c2a87a

Please sign in to comment.