Set packageManager to yarn in package.json
Build and Deploy Web App / build-and-deploy (push) Successful in 24s
Details
Build and Deploy Web App / build-and-deploy (push) Successful in 24s
Details
This commit is contained in:
parent
34b9da1e50
commit
a328571ed3
|
|
@ -6,6 +6,7 @@
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "^20.19.0 || >=22.12.0"
|
"node": "^20.19.0 || >=22.12.0"
|
||||||
},
|
},
|
||||||
|
"packageManager": "yarn@1.22.22",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "run-p type-check \"build-only {@}\" --",
|
"build": "run-p type-check \"build-only {@}\" --",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue