Skip to content

Commit 4e224d4

Browse files
committed
feat: switch on yarn berry and remove lerna
1 parent 7d4a541 commit 4e224d4

File tree

1,032 files changed

+10894
-11075
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,032 files changed

+10894
-11075
lines changed

β€Ž.github/workflows/build.ymlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
node-version: [ 14.x ]
14+
node-version: [ 16.x ]
1515

1616
steps:
1717
- uses: actions/checkout@v2
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
node-version: ${{ matrix.node-version }}
2222
- name: Install dependencies
23-
run: yarn install --frozen-lockfile
23+
run: yarn install --immutable --check-cache
2424
- name: Run test
2525
run: yarn test
2626
- name: Release packages

β€Ž.gitignoreβ€Ž

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ node_modules
3737
dist
3838
lib
3939

40-
# Typings
41-
typings/
42-
43-
# Typescript
44-
45-
# Test
46-
47-
40+
#yarn
41+
.pnp.*
42+
.yarn/*
43+
!.yarn/cache
44+
!.yarn/patches
45+
!.yarn/plugins
46+
!.yarn/releases
47+
!.yarn/sdks
48+
!.yarn/versions
4.1 KB
Binary file not shown.
4.14 KB
Binary file not shown.
8.27 KB
Binary file not shown.
65.1 KB
Binary file not shown.
30.4 KB
Binary file not shown.
3.02 KB
Binary file not shown.
3.45 KB
Binary file not shown.
8.93 KB
Binary file not shown.

0 commit comments

Comments
Β (0)