Skip to content

Commit 1911ae4

Browse files
Migrate to pnpm
Migrate from yarn to pnpm per Diamond's UI policy
1 parent 619c8a7 commit 1911ae4

File tree

4 files changed

+1852
-1337
lines changed

4 files changed

+1852
-1337
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ jobs:
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
cache: 'npm'
26-
- run: yarn install
27-
- run: yarn build
26+
- run: pnpm install
27+
- run: pnpm build

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424
cache: 'npm'
25-
- run: yarn install
26-
- run: yarn lint
25+
- run: pnpm install
26+
- run: pnpm lint

0 commit comments

Comments
 (0)