mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
chore: switch back to yarn v1
This commit is contained in:
parent
31ef7e7eb2
commit
7d314c2229
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Install packages
|
||||
run: yarn install
|
||||
run: yarn install --prefer-offline
|
||||
|
||||
- name: Lint
|
||||
run: yarn lint
|
||||
|
||||
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Install packages
|
||||
run: yarn install
|
||||
run: yarn install --prefer-offline
|
||||
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
cache: 'yarn'
|
||||
|
||||
- name: Install packages
|
||||
run: yarn install
|
||||
run: yarn install --prefer-offline
|
||||
|
||||
- name: Build
|
||||
run: npm run build
|
||||
|
||||
363
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
363
.yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
vendored
File diff suppressed because one or more lines are too long
550
.yarn/plugins/@yarnpkg/plugin-version.cjs
vendored
550
.yarn/plugins/@yarnpkg/plugin-version.cjs
vendored
File diff suppressed because one or more lines are too long
147520
.yarn/releases/yarn-1.22.17.cjs
vendored
Executable file
147520
.yarn/releases/yarn-1.22.17.cjs
vendored
Executable file
File diff suppressed because one or more lines are too long
768
.yarn/releases/yarn-3.1.1.cjs
vendored
768
.yarn/releases/yarn-3.1.1.cjs
vendored
File diff suppressed because one or more lines are too long
4
.yarnrc
Normal file
4
.yarnrc
Normal file
@ -0,0 +1,4 @@
|
||||
version-git-message: "tag: v%s"
|
||||
version-git-tag: true
|
||||
|
||||
yarn-path ".yarn/releases/yarn-1.22.17.cjs"
|
||||
11
.yarnrc.yml
11
.yarnrc.yml
@ -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
|
||||
@ -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"
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user