Skip to content

Commit d77eda1

Browse files
committed
migrate to yarn
1 parent 9084e29 commit d77eda1

File tree

7 files changed

+5613
-4955
lines changed

7 files changed

+5613
-4955
lines changed

.github/workflows/ci-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
- uses: actions/setup-node@master
2222
with:
2323
node-version: 20
24-
- run: npm install
25-
- run: npm run test:${{ matrix.browser }}
24+
- run: yarn install
25+
- run: yarn run test:${{ matrix.browser }}
2626
env:
2727
STANDARD: ${{ secrets.STANDARD }}
2828
PASSWORD: ${{ secrets.PASSWORD }}

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ yarn-debug.log*
66
yarn-error.log*
77
lerna-debug.log*
88

9+
.yarn/*
10+
!.yarn/releases
11+
!.yarn/plugins
12+
.pnp.*
13+
914
# Diagnostic reports (https://nodejs.org/api/report.html)
1015
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
1116

.yarn/releases/yarn-4.1.1.cjs

Lines changed: 893 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarnPath: .yarn/releases/yarn-4.1.1.cjs

0 commit comments

Comments
 (0)