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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user