Merged in fix/pinned-yarn-version (pull request #1428)

fix: different packageManager versions in different package.json's caused issues when installing

* fix: different packageManager versions in different package.json's caused issues when installing

* fix: build error


Approved-by: Anton Gunnarsson
This commit is contained in:
Joakim Jäderberg
2025-02-27 08:41:34 +00:00
parent 31a536b1f7
commit 082a162257
4 changed files with 24 additions and 24 deletions

View File

@@ -3,7 +3,6 @@
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "yarn@4.0.0",
"scripts": {
"prebuild": "yarn lint && yarn test:unit",
"build": "next build",