Skip to content

Commit 0e67909

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

File tree

4 files changed

+1854
-1339
lines changed

4 files changed

+1854
-1339
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
uses: actions/setup-node@v3
2323
with:
2424
node-version: ${{ matrix.node-version }}
25-
cache: 'npm'
26-
- run: yarn install
27-
- run: yarn build
25+
cache: 'pnpm'
26+
- run: pnpm install
27+
- run: pnpm build

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
uses: actions/setup-node@v3
2222
with:
2323
node-version: ${{ matrix.node-version }}
24-
cache: 'npm'
25-
- run: yarn install
26-
- run: yarn lint
24+
cache: 'pnpm'
25+
- run: pnpm install
26+
- run: pnpm lint

0 commit comments

Comments
 (0)