mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-22 06:27:13 +01:00
Try to use yarn v3
This commit is contained in:
parent
a9ddd390d3
commit
4667828159
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,4 +3,6 @@ node_modules
|
||||
.next
|
||||
app
|
||||
dist
|
||||
tsconfig.tsbuildinfo
|
||||
tsconfig.tsbuildinfo
|
||||
.yarn/*
|
||||
!.yarn/releases
|
874
.yarn/releases/yarn-3.6.4.cjs
vendored
Executable file
874
.yarn/releases/yarn-3.6.4.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
2
.yarnrc.yml
Normal file
2
.yarnrc.yml
Normal file
@ -0,0 +1,2 @@
|
||||
yarnPath: .yarn/releases/yarn-3.6.4.cjs
|
||||
nodeLinker: node-modules
|
@ -52,5 +52,6 @@
|
||||
"react-dom": "^18.2.0",
|
||||
"tailwindcss": "^3.3.3",
|
||||
"typescript": "^5.2.2"
|
||||
}
|
||||
},
|
||||
"packageManager": "yarn@3.6.4"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user