This commit is contained in:
Core 2022-02-01 20:34:21 +00:00
parent 3a2909727f
commit fe2310ba73
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
7 changed files with 11 additions and 12254 deletions

View file

@ -15,16 +15,15 @@ jobs:
- yarn-packages-{{ checksum "yarn.lock" }}
- run:
name: Install Dependencies
command: yarn install --immutable
- run:
name: Install Playwright
command: yarn playwright install --with-deps
command: yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
- save_cache:
name: Save Yarn Package Cache
key: yarn-packages-{{ checksum "yarn.lock" }}
paths:
- .yarn/cache
- .yarn/unplugged
- ~/.cache/yarn
- run:
name: Install Playwright
command: yarn playwright install --with-deps
- run:
name: Install system build dependencies
command: |

2
.gitattributes vendored
View file

@ -1,2 +0,0 @@
/.yarn/releases/** binary
/.yarn/plugins/** binary

11
.gitignore vendored
View file

@ -138,11 +138,12 @@ dist
.pnp.*
.yarn/*
.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
.yarn/patches
.yarn/plugins
.yarn/releases
.yarn/sdks
.yarn/versions
yarn.lock
## JetBrains GitIgnore ##

File diff suppressed because one or more lines are too long

View file

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

View file

@ -8,7 +8,6 @@
"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"
},

11470
yarn.lock

File diff suppressed because it is too large Load diff