Skip to content

Commit 2667eb3

Browse files
committed
Speed up yarn doctor
1 parent 8104289 commit 2667eb3

File tree

4 files changed

+1436
-22
lines changed

4 files changed

+1436
-22
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- run: yarn install
2828
- run: yarn build
2929
- run: yarn lint:ci
30-
- run: yarn dlx @yarnpkg/doctor
30+
- run: yarn doctor

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- name: Setup Node
1616
uses: actions/setup-node@v3
17-
with:
18-
node-version: 14.x
19-
registry-url: "https://registry.npmjs.org"
2017
- name: Get yarn cache directory path
2118
id: yarn-cache-dir-path
2219
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"@saberhq/eslint-config-react": "^1.12.67",
1515
"@saberhq/tsconfig": "^1.12.67",
1616
"@types/babel__core": "^7.1.19",
17+
"@yarnpkg/doctor": "^4.0.0-rc.3",
1718
"babel-loader": "^8.2.5",
1819
"buffer": "^6.0.3",
1920
"eslint": "^8.14.0",

0 commit comments

Comments
 (0)