diff --git a/.gitignore b/.gitignore index e2efe76a..2e0e2275 100644 --- a/.gitignore +++ b/.gitignore @@ -315,3 +315,4 @@ src/renderer/workbox-962786f2.js.map *.p12 keys.sh +.yarnrc.yml diff --git a/package.json b/package.json index 14f987ad..50771a20 100644 --- a/package.json +++ b/package.json @@ -13,6 +13,7 @@ }, "homepage": "https://cider.sh/", "buildResources": "resources", + "packageManager": "yarn@3.1.1", "scripts": { "build": "tsc", "watch": "tsc --watch", @@ -165,6 +166,6 @@ "dmg" ] }, - "artifactName" : "${productName}.${ext}" + "artifactName": "${productName}.${ext}" } }