lets try this again

This commit is contained in:
Core 2022-02-01 07:39:09 +00:00
parent d656fc711a
commit 63d5003082
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
3 changed files with 4 additions and 6 deletions

7
.gitignore vendored
View file

@ -1,9 +1,5 @@
# Building
dist
*.lock
yarn*
package-lock.json
.yarnclean
build
# Misc
@ -139,6 +135,7 @@ dist
.vscode-test
# yarn v2
.yarn/
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
@ -314,5 +311,3 @@ src/renderer/workbox-962786f2.js.map
#Mac certs
*.p12
keys.sh
.yarnrc.yml

2
.yarnrc.yml Normal file
View file

@ -0,0 +1,2 @@
nodeLinker: node-modules
yarnPath: .yarn/releases/yarn-3.1.1.cjs

View file

@ -8,6 +8,7 @@
"main": "./build/index.js",
"author": "Cider Collective <cryptofyre@cider.sh> (https://cider.sh)",
"repository": "https://github.com/ciderapp/Cider.git",
"packageManager": "yarn@3.1.1",
"bugs": {
"url": "https://github.com/ciderapp/Cider/issues?q=is%3Aopen+is%3Aissue+label%3Abug"
},