yarn 3.1.1

This commit is contained in:
Core 2022-02-01 02:52:18 +00:00
parent 0c81bc6e61
commit 835e475251
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -315,3 +315,4 @@ src/renderer/workbox-962786f2.js.map
*.p12 *.p12
keys.sh keys.sh
.yarnrc.yml

View file

@ -13,6 +13,7 @@
}, },
"homepage": "https://cider.sh/", "homepage": "https://cider.sh/",
"buildResources": "resources", "buildResources": "resources",
"packageManager": "yarn@3.1.1",
"scripts": { "scripts": {
"build": "tsc", "build": "tsc",
"watch": "tsc --watch", "watch": "tsc --watch",
@ -165,6 +166,6 @@
"dmg" "dmg"
] ]
}, },
"artifactName" : "${productName}.${ext}" "artifactName": "${productName}.${ext}"
} }
} }