Skip to content

Commit 9b79233

Browse files
committed
chore: migrate to pnpm
1 parent ff3cd4d commit 9b79233

File tree

836 files changed

+6928
-30672
lines changed

Some content is hidden

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

836 files changed

+6928
-30672
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
uses: actions/setup-node@v3
1010
with:
1111
node-version: '18.x'
12-
- run: yarn install --frozen-lockfile
13-
- run: yarn test
12+
- run: pnpm install
13+
- run: pnpm test

.gitignore

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@
2121

2222
# debug
2323
npm-debug.log*
24-
yarn-debug.log*
25-
yarn-error.log*
2624
.pnpm-debug.log*
2725

2826
# local env files
@@ -32,14 +30,4 @@ yarn-error.log*
3230
.vercel
3331

3432
# typescript
35-
*.tsbuildinfo
36-
37-
### yarn ###
38-
# used Zero-Install
39-
.yarn/*
40-
!.yarn/cache
41-
!.yarn/patches
42-
!.yarn/plugins
43-
!.yarn/releases
44-
!.yarn/sdks
45-
!.yarn/versions
33+
*.tsbuildinfo

.pnp.cjs

Lines changed: 0 additions & 18218 deletions
This file was deleted.

0 commit comments

Comments
 (0)