Skip to content

Commit 9de9e0e

Browse files
committed
Initial pnpm migration
1 parent 20ce65f commit 9de9e0e

File tree

11 files changed

+5068
-21511
lines changed

11 files changed

+5068
-21511
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-node@v3
2020
with:
2121
node-version: ${{ matrix.node-version }}
22-
- run: npm ci
22+
- run: pnpm install
2323
- run: npm run build
2424
- run: npm run lint
2525
- run: npm run audit

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
auto-install-peers = true

0 commit comments

Comments
 (0)