Set packageManager to yarn in package.json
Build and Deploy Web App / build-and-deploy (push) Successful in 24s Details

This commit is contained in:
Andrew Lalis 2026-03-27 08:47:04 -04:00
parent 34b9da1e50
commit a328571ed3
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"packageManager": "yarn@1.22.22",
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",