chore: switch back to yarn v1

This commit is contained in:
arthurfiorette 2022-01-23 16:52:26 -03:00
parent 31ef7e7eb2
commit 7d314c2229
No known key found for this signature in database
GPG Key ID: 9D190CD53C53C555
11 changed files with 151757 additions and 7923 deletions

View File

@ -22,7 +22,7 @@ jobs:
cache: 'yarn'
- name: Install packages
run: yarn install
run: yarn install --prefer-offline
- name: Lint
run: yarn lint

View File

@ -37,7 +37,7 @@ jobs:
cache: 'yarn'
- name: Install packages
run: yarn install
run: yarn install --prefer-offline
- name: Build
run: yarn build

View File

@ -24,7 +24,7 @@ jobs:
cache: 'yarn'
- name: Install packages
run: yarn install
run: yarn install --prefer-offline
- name: Build
run: npm run build

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

147520
.yarn/releases/yarn-1.22.17.cjs vendored Executable file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
.yarnrc Normal file
View File

@ -0,0 +1,4 @@
version-git-message: "tag: v%s"
version-git-tag: true
yarn-path ".yarn/releases/yarn-1.22.17.cjs"

View File

@ -1,11 +0,0 @@
enableGlobalCache: true
nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: '@yarnpkg/plugin-version'
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
yarnPath: .yarn/releases/yarn-3.1.1.cjs

View File

@ -21,7 +21,7 @@
"check": "sh build/check.sh",
"format": "prettier --write .",
"lint": "eslint . --ext .ts",
"changelog": "auto-changelog -p"
"version": "auto-changelog -p && git add CHANGELOG.md"
},
"repository": {
"type": "git",
@ -90,5 +90,6 @@
},
"peerDependencies": {
"axios": "~0.25.0"
}
},
"packageManager": "yarn@1.22.17"
}

10453
yarn.lock

File diff suppressed because it is too large Load Diff