Skip to content

Commit 421bdca

Browse files
authored
fix: add yarn to volta config (#2698)
## What's the purpose of this pull request? - Adds yarn version to volta config. After the changes in core we added the ppm version but we haven't set any version to yarn. <img width="1293" alt="image" src="https://github.com/user-attachments/assets/4607c150-d7bb-457c-89a6-f7cea4cfc8c6" /> TODO: check faststore cli ## How to test it? - Update the package.json of the starter.store with this codesanbox version - Attempts to run `yarn build` - You should be able to build the project without the previous error
1 parent 28cafe7 commit 421bdca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
},
3434
"volta": {
3535
"node": "18.19.0",
36-
"pnpm": "9.15.1"
36+
"pnpm": "9.15.1",
37+
"yarn": "1.22.22"
3738
},
3839
"sideEffects": false,
3940
"dependencies": {

0 commit comments

Comments
 (0)