Skip to content

Commit 1665e20

Browse files
committed
move to pnpm
1 parent b277a3d commit 1665e20

File tree

7 files changed

+3411
-9661
lines changed

7 files changed

+3411
-9661
lines changed

.github/workflows/node.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,5 @@ jobs:
2828
key: ${{ runner.os }}-node-${{ matrix.node-version }}-${{ hashFiles('**/package-lock.json') }}
2929

3030
- run: npm install
31-
32-
- name: "Lint and Test"
33-
run: ./scripts/test.sh
31+
- run: npm run bootstrap
32+
- run: npm run compile

lerna.json

-12
This file was deleted.

0 commit comments

Comments
 (0)